Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c465 else if(avail & CURLAUTH_NTLM_WB) in pickoneauth()
466 pick->picked = CURLAUTH_NTLM_WB; in pickoneauth()
562 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()
563 (data->state.authhost.picked == CURLAUTH_NTLM_WB)) { in http_perhapsrewind()
772 if(authstatus->picked == CURLAUTH_NTLM_WB) { in output_auth_headers()
1055 (authp->avail & CURLAUTH_NTLM_WB) || in Curl_http_input_auth()
1061 authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()
1067 if(authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()
1070 *availp |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
1071 authp->avail |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
Dsetopt.c1032 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1034 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1115 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1117 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
Durl.c1070 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
1075 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
3802 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
3809 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
/third_party/curl/src/
Dtool_setopt.c81 NV(CURLAUTH_NTLM_WB),
Dtool_getparam.c1093 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter()
1095 config->authtype |= CURLAUTH_NTLM_WB; in getparameter()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions213 CURLAUTH_NTLM_WB 7.22.0
/third_party/curl/include/curl/
Dcurl.h822 #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) macro
/third_party/curl/packages/OS400/
Dcurl.inc.in209 d CURLAUTH_NTLM_WB...