HomeSort by relevance Sort by last modified time
    Searched defs:CURLAUTH_DIGEST_IE (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/third_party/curl/
curl.h 499 #define CURLAUTH_DIGEST_IE (1<<4) /* Digest with IE flavour */
500 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE) /* all fine types set */
501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
    [all...]
  /external/curl/include/curl/
curl.h 662 * CURLAUTH_DIGEST_IE - HTTP Digest authentication with IE flavour
677 #define CURLAUTH_DIGEST_IE (((unsigned long)1)<<4)
680 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE)
681 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
    [all...]

Completed in 427 milliseconds