Home | History | Annotate | Download | only in curl

Lines Matching defs:CURLAUTH_DIGEST_IE

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))