Searched refs:CURLAUTH_NTLM_WB (Results 1 – 8 of 8) sorted by relevance
403 else if(avail & CURLAUTH_NTLM_WB) in pickoneauth()404 pick->picked = CURLAUTH_NTLM_WB; in pickoneauth()496 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()497 (data->state.authhost.picked == CURLAUTH_NTLM_WB)) { in http_perhapsrewind()703 if(authstatus->picked == CURLAUTH_NTLM_WB) { in output_auth_headers()992 (authp->avail & CURLAUTH_NTLM_WB) || in Curl_http_input_auth()998 authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()1004 if(authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()1007 *availp |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()1008 authp->avail |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
963 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()965 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()1046 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()1048 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1120 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()1125 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()3997 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&4004 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
30 CURLAUTH_NTLM_WB 7.22.0
79 NV(CURLAUTH_NTLM_WB),
776 config->authtype |= CURLAUTH_NTLM_WB; in getparameter()781 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter()
794 #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) macro
198 d CURLAUTH_NTLM_WB...