Home
last modified time | relevance | path

Searched refs:CURLAUTH_NTLM (Results 1 – 16 of 16) sorted by relevance

/external/curl/tests/libtest/
Dlib590.c59 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
Dlib547.c120 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlib555.c115 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlibauthretry.c79 return CURLAUTH_NTLM; in parse_auth_name()
Dlibntlmconnect.c139 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM); in test()
/external/curl/lib/
Dhttp.c380 else if(avail & CURLAUTH_NTLM) in pickoneauth()
381 pick->picked = CURLAUTH_NTLM; in pickoneauth()
471 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
472 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
574 if(data->state.authhost.picked == CURLAUTH_NTLM && in Curl_http_auth_act()
663 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()
910 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()
913 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()
914 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
916 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()
[all …]
Durl.c1024 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
1028 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
3722 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
3729 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
Dldap.c202 if(authflags & CURLAUTH_NTLM) { in ldap_win_bind_auth()
Dsetopt.c874 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()
957 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in Curl_vsetopt()
/external/curl/docs/libcurl/
Dsymbols-in-versions30 CURLAUTH_NTLM 7.10.6
/external/curl/src/
Dtool_getparam.c722 config->authtype |= CURLAUTH_NTLM; in getparameter()
727 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
Dtool_setopt.c71 NV(CURLAUTH_NTLM),
Dtool_operate.c1241 (long)CURLAUTH_NTLM); in single_transfer()
/external/google-breakpad/src/third_party/curl/
Dcurl.h498 #define CURLAUTH_NTLM (1<<3) /* NTLM */ macro
/external/curl/include/curl/
Dcurl.h735 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
/external/curl/packages/OS400/
Dcurl.inc.in187 d CURLAUTH_NTLM c X'00000008'