Home
last modified time | relevance | path

Searched refs:CURLAUTH_NTLM_WB (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Dhttp.c403 else if(avail & CURLAUTH_NTLM_WB) in pickoneauth()
404 pick->picked = CURLAUTH_NTLM_WB; in pickoneauth()
496 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()
497 (data->state.authhost.picked == CURLAUTH_NTLM_WB)) { in http_perhapsrewind()
703 if(authstatus->picked == CURLAUTH_NTLM_WB) { in output_auth_headers()
992 (authp->avail & CURLAUTH_NTLM_WB) || in Curl_http_input_auth()
998 authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()
1004 if(authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()
1007 *availp |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
1008 authp->avail |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
Dsetopt.c963 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
965 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1046 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1048 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
Durl.c1120 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
1125 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
3997 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
4004 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
/third_party/curl/docs/libcurl/
Dsymbols-in-versions30 CURLAUTH_NTLM_WB 7.22.0
/third_party/curl/src/
Dtool_setopt.c79 NV(CURLAUTH_NTLM_WB),
Dtool_getparam.c776 config->authtype |= CURLAUTH_NTLM_WB; in getparameter()
781 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter()
/third_party/curl/include/curl/
Dcurl.h794 #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) macro
/third_party/curl/packages/OS400/
Dcurl.inc.in198 d CURLAUTH_NTLM_WB...