Lines Matching refs:CURLAUTH_NTLM
463 else if(avail & CURLAUTH_NTLM) in pickoneauth()
464 pick->picked = CURLAUTH_NTLM; in pickoneauth()
560 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
561 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
665 if(data->state.authhost.picked == CURLAUTH_NTLM && in Curl_http_auth_act()
763 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()
1054 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()
1057 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()
1058 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
1060 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()
1068 *availp &= ~CURLAUTH_NTLM; in Curl_http_input_auth()
1069 authp->avail &= ~CURLAUTH_NTLM; in Curl_http_input_auth()