HomeSort by relevance Sort by last modified time
    Searched refs:CURLAUTH_DIGEST (Results 1 - 15 of 15) sorted by null

  /external/curl/tests/libtest/
lib590.c 33 CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)
58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM));
lib510.c 112 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST);
lib547.c 119 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) );
lib579.c 140 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST);
lib555.c 111 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) );
libauthretry.c 77 return CURLAUTH_DIGEST;
  /external/libmicrohttpd/src/testcurl/
test_digestauth.c 199 curl_easy_setopt (c, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST);
test_digestauth_with_arguments.c 198 curl_easy_setopt (c, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST);
  /external/curl/lib/
http.c 338 else if(avail & CURLAUTH_DIGEST)
339 pick->picked = CURLAUTH_DIGEST;
614 if(authstatus->picked == CURLAUTH_DIGEST) {
861 if((authp->avail & CURLAUTH_DIGEST) != 0)
866 *availp |= CURLAUTH_DIGEST;
867 authp->avail |= CURLAUTH_DIGEST;
    [all...]
url.c     [all...]
  /external/curl/src/
tool_setopt.c 68 NV(CURLAUTH_DIGEST),
tool_getparam.c 633 config->authtype |= CURLAUTH_DIGEST;
635 config->authtype &= ~CURLAUTH_DIGEST;
    [all...]
tool_operate.c 889 (long)CURLAUTH_DIGEST);
    [all...]
  /external/curl/include/curl/
curl.h 658 * CURLAUTH_DIGEST - HTTP Digest authentication
672 #define CURLAUTH_DIGEST (((unsigned long)1)<<1)
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 496 #define CURLAUTH_DIGEST (1<<1) /* Digest */
    [all...]

Completed in 222 milliseconds