Searched refs:CURLAUTH_NTLM_WB (Results 1 – 7 of 7) sorted by relevance
342 else if(avail & CURLAUTH_NTLM_WB) in pickoneauth()343 pick->picked = CURLAUTH_NTLM_WB; in pickoneauth()437 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()438 (data->state.authhost.picked == CURLAUTH_NTLM_WB)) { in http_perhapsrewind()605 if(authstatus->picked == CURLAUTH_NTLM_WB) { in output_auth_headers()815 authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()821 if(authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()824 *availp |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()825 authp->avail |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()2343 case CURLAUTH_NTLM_WB: in Curl_http()
1328 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_setopt()1330 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_setopt()1417 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_setopt()1419 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_setopt()3188 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()3192 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()6272 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()6279 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()
63 NV(CURLAUTH_NTLM_WB),
625 config->authtype |= CURLAUTH_NTLM_WB; in getparameter()630 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter()
24 CURLAUTH_NTLM_WB 7.22.0
672 #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) macro
172 d CURLAUTH_NTLM_WB...