Home
last modified time | relevance | path

Searched defs:CURLAUTH_DIGEST_IE (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/third_party/curl/
Dcurl.h499 #define CURLAUTH_DIGEST_IE (1<<4) /* Digest with IE flavour */ macro
/external/curl/include/curl/
Dcurl.h677 #define CURLAUTH_DIGEST_IE (((unsigned long)1)<<4) macro