Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib590.c58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
Dlib547.c119 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlib555.c111 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlibauthretry.c76 return CURLAUTH_BASIC; in parse_auth_name()
Dlibntlmconnect.c154 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC); in test()
/external/curl/tests/data/
Dtest140186 curl_easy_setopt(hnd, CURLOPT_HTTPAUTH, (long)CURLAUTH_BASIC);
/external/curl/lib/
Dhttp.c344 else if(avail & CURLAUTH_BASIC) in pickoneauth()
345 pick->picked = CURLAUTH_BASIC; in pickoneauth()
625 if(authstatus->picked == CURLAUTH_BASIC) { in output_auth_headers()
874 *availp |= CURLAUTH_BASIC; in Curl_http_input_auth()
875 authp->avail |= CURLAUTH_BASIC; in Curl_http_input_auth()
876 if(authp->picked == CURLAUTH_BASIC) { in Curl_http_input_auth()
Durl.c544 set->httpauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()
545 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()
/external/google-breakpad/src/third_party/curl/
Dcurl.h495 #define CURLAUTH_BASIC (1<<0) /* Basic (default) */ macro
501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
/external/curl/include/curl/
Dcurl.h665 #define CURLAUTH_BASIC (((unsigned long)1)<<0) macro
675 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
/external/curl/docs/libcurl/
Dsymbols-in-versions17 CURLAUTH_BASIC 7.10.6
/external/curl/src/
Dtool_setopt.c58 NV(CURLAUTH_BASIC),
Dtool_getparam.c635 config->authtype |= CURLAUTH_BASIC; in getparameter()
637 config->authtype &= ~CURLAUTH_BASIC; in getparameter()
Dtool_operate.c890 (long)CURLAUTH_BASIC); in operate_do()
/external/curl/packages/OS400/
Dcurl.inc.in164 d CURLAUTH_BASIC c X'00000001'
/external/curl/
DCHANGES.010586 CURLAUTH_NTLM and/or CURLAUTH_BASIC. The PROXAUTH is similar to HTTPAUTH,
10891 CURLAUTH_BASIC - default selection