Searched refs:CURLAUTH_NTLM_WB (Results 1 – 8 of 8) sorted by relevance
391 else if(avail & CURLAUTH_NTLM_WB) in pickoneauth()392 pick->picked = CURLAUTH_NTLM_WB; in pickoneauth()482 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()483 (data->state.authhost.picked == CURLAUTH_NTLM_WB)) { in http_perhapsrewind()681 if(authstatus->picked == CURLAUTH_NTLM_WB) { in output_auth_headers()931 (authp->avail & CURLAUTH_NTLM_WB) || in Curl_http_input_auth()937 authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()943 if(authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()946 *availp |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()947 authp->avail |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
923 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()925 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()1006 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()1008 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1071 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()1076 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()3829 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&3836 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
31 CURLAUTH_NTLM_WB 7.22.0
73 NV(CURLAUTH_NTLM_WB),
742 config->authtype |= CURLAUTH_NTLM_WB; in getparameter()747 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter()
788 #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) macro
192 d CURLAUTH_NTLM_WB...