Lines Matching refs:CURLAUTH_NTLM
354 else if(avail & CURLAUTH_NTLM) in pickoneauth()
355 pick->picked = CURLAUTH_NTLM; in pickoneauth()
449 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
450 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
612 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()
829 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()
830 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
831 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()
839 *availp &= ~CURLAUTH_NTLM; in Curl_http_input_auth()
840 authp->avail &= ~CURLAUTH_NTLM; in Curl_http_input_auth()
2324 case CURLAUTH_NTLM: in Curl_http()