Searched refs:CURLAUTH_DIGEST (Results 1 – 18 of 18) sorted by relevance
/external/curl/tests/libtest/ |
D | lib590.c | 58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
|
D | lib510.c | 112 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST); in test()
|
D | lib547.c | 118 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
|
D | lib579.c | 140 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST); in test()
|
D | lib555.c | 110 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
|
D | libauthretry.c | 77 return CURLAUTH_DIGEST; in parse_auth_name()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_digestauth.c | 199 curl_easy_setopt (c, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST); in testDigestAuth()
|
D | test_digestauth_with_arguments.c | 198 curl_easy_setopt (c, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST); in testDigestAuth()
|
/external/curl/lib/ |
D | http.c | 352 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()
|
D | url.c | 1318 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/ |
D | symbols-in-versions | 18 CURLAUTH_DIGEST 7.10.6
|
/external/curl/src/ |
D | tool_setopt.c | 59 NV(CURLAUTH_DIGEST),
|
D | tool_getparam.c | 596 config->authtype |= CURLAUTH_DIGEST; in getparameter() 598 config->authtype &= ~CURLAUTH_DIGEST; in getparameter()
|
D | tool_operate.c | 889 (long)CURLAUTH_DIGEST); in operate_do()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 496 #define CURLAUTH_DIGEST (1<<1) /* Digest */ macro
|
/external/curl/include/curl/ |
D | curl.h | 643 #define CURLAUTH_DIGEST (((unsigned long)1)<<1) macro
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 159 d CURLAUTH_DIGEST...
|
/external/curl/ |
D | CHANGES.0 | 8798 CURLAUTH_DIGEST set but the server didn't require any authentication, 10892 CURLAUTH_DIGEST - formerly CURLOPT_HTTPDIGEST
|