Home
last modified time | relevance | path

Searched refs:CURLAUTH_DIGEST (Results 1 – 18 of 18) sorted by relevance

/external/curl/tests/libtest/
Dlib590.c58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
Dlib510.c112 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST); in test()
Dlib547.c118 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlib579.c140 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST); in test()
Dlib555.c110 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
Dlibauthretry.c77 return CURLAUTH_DIGEST; in parse_auth_name()
/external/libmicrohttpd/src/testcurl/
Dtest_digestauth.c199 curl_easy_setopt (c, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST); in testDigestAuth()
Dtest_digestauth_with_arguments.c198 curl_easy_setopt (c, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST); in testDigestAuth()
/external/curl/lib/
Dhttp.c352 else if(avail & CURLAUTH_DIGEST) in pickoneauth()
353 pick->picked = CURLAUTH_DIGEST; in pickoneauth()
630 if(authstatus->picked == CURLAUTH_DIGEST) { in output_auth_headers()
869 if((authp->avail & CURLAUTH_DIGEST) != 0) { in Curl_http_input_auth()
874 *availp |= CURLAUTH_DIGEST; in Curl_http_input_auth()
875 authp->avail |= CURLAUTH_DIGEST; in Curl_http_input_auth()
Durl.c1318 auth |= CURLAUTH_DIGEST; /* set standard digest bit */ in Curl_setopt()
1407 auth |= CURLAUTH_DIGEST; /* set standard digest bit */ in Curl_setopt()
/external/curl/docs/libcurl/
Dsymbols-in-versions18 CURLAUTH_DIGEST 7.10.6
/external/curl/src/
Dtool_setopt.c59 NV(CURLAUTH_DIGEST),
Dtool_getparam.c596 config->authtype |= CURLAUTH_DIGEST; in getparameter()
598 config->authtype &= ~CURLAUTH_DIGEST; in getparameter()
Dtool_operate.c889 (long)CURLAUTH_DIGEST); in operate_do()
/external/google-breakpad/src/third_party/curl/
Dcurl.h496 #define CURLAUTH_DIGEST (1<<1) /* Digest */ macro
/external/curl/include/curl/
Dcurl.h643 #define CURLAUTH_DIGEST (((unsigned long)1)<<1) macro
/external/curl/packages/OS400/
Dcurl.inc.in159 d CURLAUTH_DIGEST...
/external/curl/
DCHANGES.08798 CURLAUTH_DIGEST set but the server didn't require any authentication,
10892 CURLAUTH_DIGEST - formerly CURLOPT_HTTPDIGEST