Lines Matching refs:CURLAUTH_NTLM
362 else if(avail & CURLAUTH_NTLM) in pickoneauth()
363 pick->picked = CURLAUTH_NTLM; in pickoneauth()
456 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
457 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
559 if(data->state.authhost.picked == CURLAUTH_NTLM && in Curl_http_auth_act()
647 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()
878 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()
881 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()
882 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
884 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()
892 *availp &= ~CURLAUTH_NTLM; in Curl_http_input_auth()
893 authp->avail &= ~CURLAUTH_NTLM; in Curl_http_input_auth()