Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c391 else if(avail & CURLAUTH_NTLM_WB) in pickoneauth()
392 pick->picked = CURLAUTH_NTLM_WB; in pickoneauth()
482 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()
483 (data->state.authhost.picked == CURLAUTH_NTLM_WB)) { in http_perhapsrewind()
681 if(authstatus->picked == CURLAUTH_NTLM_WB) { in output_auth_headers()
931 (authp->avail & CURLAUTH_NTLM_WB) || in Curl_http_input_auth()
937 authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()
943 if(authp->picked == CURLAUTH_NTLM_WB) { in Curl_http_input_auth()
946 *availp |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
947 authp->avail |= CURLAUTH_NTLM_WB; in Curl_http_input_auth()
Dsetopt.c923 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
925 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1006 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
1008 auth &= ~CURLAUTH_NTLM_WB; /* no NTLM_WB support */ in Curl_vsetopt()
Durl.c1071 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
1076 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
3829 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
3836 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
/external/curl/docs/libcurl/
Dsymbols-in-versions31 CURLAUTH_NTLM_WB 7.22.0
/external/curl/src/
Dtool_setopt.c73 NV(CURLAUTH_NTLM_WB),
Dtool_getparam.c742 config->authtype |= CURLAUTH_NTLM_WB; in getparameter()
747 config->authtype &= ~CURLAUTH_NTLM_WB; in getparameter()
/external/curl/include/curl/
Dcurl.h788 #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) macro
/external/curl/packages/OS400/
Dcurl.inc.in192 d CURLAUTH_NTLM_WB...