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.c362 else if(avail & CURLAUTH_NTLM) in pickoneauth()
363 pick->picked = CURLAUTH_NTLM; in pickoneauth()
456 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
457 (data->state.authhost.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
559 if(data->state.authhost.picked == CURLAUTH_NTLM && in Curl_http_auth_act()
647 if(authstatus->picked == CURLAUTH_NTLM) { in output_auth_headers()
878 if((authp->avail & CURLAUTH_NTLM) || in Curl_http_input_auth()
881 *availp |= CURLAUTH_NTLM; in Curl_http_input_auth()
882 authp->avail |= CURLAUTH_NTLM; in Curl_http_input_auth()
884 if(authp->picked == CURLAUTH_NTLM || in Curl_http_input_auth()
[all …]
Dldap.c196 if(authflags & CURLAUTH_NTLM) { in ldap_win_bind_auth()
Durl.c1084 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
1088 (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in ConnectionExists()
4060 if((data->state.authhost.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()
4067 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()
Dsetopt.c898 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in vsetopt()
981 auth &= ~CURLAUTH_NTLM; /* no NTLM support */ in vsetopt()
/external/curl/docs/libcurl/
Dsymbols-in-versions31 CURLAUTH_NTLM 7.10.6
/external/curl/src/
Dtool_getparam.c711 config->authtype |= CURLAUTH_NTLM; in getparameter()
716 config->authtype &= ~CURLAUTH_NTLM; in getparameter()
Dtool_setopt.c71 NV(CURLAUTH_NTLM),
Dtool_operate.c904 (long)CURLAUTH_NTLM); in operate_do()
/external/google-breakpad/src/third_party/curl/
Dcurl.h498 #define CURLAUTH_NTLM (1<<3) /* NTLM */ macro
/external/curl/include/curl/
Dcurl.h733 #define CURLAUTH_NTLM (((unsigned long)1)<<3) macro
/external/curl/packages/OS400/
Dcurl.inc.in185 d CURLAUTH_NTLM c X'00000008'