Searched refs:CURLAUTH_NTLM_WB (Results 1 – 8 of 8) sorted by relevance
364 else if(avail & CURLAUTH_NTLM_WB) in pickoneauth()365 pick->picked = CURLAUTH_NTLM_WB; in pickoneauth()458 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()459 (data->state.authhost.picked == CURLAUTH_NTLM_WB)) { in http_perhapsrewind()656 if(authstatus->picked == CURLAUTH_NTLM_WB) { in output_auth_headers()879 (authp->avail & CURLAUTH_NTLM_WB) || in Curl_http_input_auth()885 authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()891 if(authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()894 *availp |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()895 authp->avail |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
899 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in vsetopt()901 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in vsetopt()982 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in vsetopt()984 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in vsetopt()
1084 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()1088 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()4060 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()4067 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()
32 CURLAUTH_NTLM_WB 7.22.0
722 config->authtype |= CURLAUTH_NTLM_WB; in getparameter()727 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter()
73 NV(CURLAUTH_NTLM_WB),
735 #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) macro
188 d CURLAUTH_NTLM_WB...