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))
671 #define CURLAUTH_DIGEST_IE (((unsigned long)1)<<4) macro674 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE)675 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
62 NV(CURLAUTH_DIGEST_IE),
19 CURLAUTH_DIGEST_IE 7.19.3
1318 data->state.authhost.iestyle = (auth & CURLAUTH_DIGEST_IE) ? TRUE : FALSE; in Curl_setopt()1320 if(auth & CURLAUTH_DIGEST_IE) { in Curl_setopt()1322 auth &= ~CURLAUTH_DIGEST_IE; /* unset ie digest bit */ in Curl_setopt()1408 data->state.authproxy.iestyle = (auth & CURLAUTH_DIGEST_IE) ? TRUE : FALSE; in Curl_setopt()1410 if(auth & CURLAUTH_DIGEST_IE) { in Curl_setopt()1412 auth &= ~CURLAUTH_DIGEST_IE; /* unset ie digest bit */ in Curl_setopt()
170 d CURLAUTH_DIGEST_IE...
2251 CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or