Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/curl/
Dcurl.h499 #define CURLAUTH_DIGEST_IE (1<<4) /* Digest with IE flavour */ macro
500 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE) /* all fine types set */
501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))