Searched refs:CURLAUTH_DIGEST_IE (Results 1 – 7 of 7) sorted by relevance
499 #define CURLAUTH_DIGEST_IE (1<<4) /* Digest with IE flavour */ macro500 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE) /* all fine types set */501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
648 #define CURLAUTH_DIGEST_IE (((unsigned long)1)<<4) macro651 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE)652 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
19 CURLAUTH_DIGEST_IE 7.19.3
62 NV(CURLAUTH_DIGEST_IE),
1315 data->state.authhost.iestyle = (auth & CURLAUTH_DIGEST_IE)?TRUE:FALSE; in Curl_setopt()1317 if(auth & CURLAUTH_DIGEST_IE) { in Curl_setopt()1319 auth &= ~CURLAUTH_DIGEST_IE; /* unset ie digest bit */ in Curl_setopt()1404 data->state.authproxy.iestyle = (auth & CURLAUTH_DIGEST_IE)?TRUE:FALSE; in Curl_setopt()1406 if(auth & CURLAUTH_DIGEST_IE) { in Curl_setopt()1408 auth &= ~CURLAUTH_DIGEST_IE; /* unset ie digest bit */ in Curl_setopt()
164 d CURLAUTH_DIGEST_IE...
2251 CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or