Searched refs:CURLAUTH_DIGEST_IE (Results 1 – 5 of 5) sorted by relevance
951 (bool)((auth & CURLAUTH_DIGEST_IE) ? TRUE : FALSE); in Curl_vsetopt()953 if(auth & CURLAUTH_DIGEST_IE) { in Curl_vsetopt()955 auth &= ~CURLAUTH_DIGEST_IE; /* unset ie digest bit */ in Curl_vsetopt()1035 (bool)((auth & CURLAUTH_DIGEST_IE) ? TRUE : FALSE); in Curl_vsetopt()1037 if(auth & CURLAUTH_DIGEST_IE) { in Curl_vsetopt()1039 auth &= ~CURLAUTH_DIGEST_IE; /* unset ie digest bit */ in Curl_vsetopt()
793 #define CURLAUTH_DIGEST_IE (((unsigned long)1)<<4) macro798 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE)799 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
24 CURLAUTH_DIGEST_IE 7.19.3
78 NV(CURLAUTH_DIGEST_IE),
196 d CURLAUTH_DIGEST_IE...