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

  /external/curl/tests/libtest/
lib590.c 33 CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)
58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM));
lib547.c 119 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) );
lib555.c 111 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) );
libauthretry.c 75 return CURLAUTH_BASIC;
libntlmconnect.c 154 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
  /external/curl/lib/
http.c 344 else if(avail & CURLAUTH_BASIC)
345 pick->picked = CURLAUTH_BASIC;
625 if(authstatus->picked == CURLAUTH_BASIC) {
883 *availp |= CURLAUTH_BASIC;
884 authp->avail |= CURLAUTH_BASIC;
885 if(authp->picked == CURLAUTH_BASIC) {
    [all...]
url.c 533 set->httpauth = CURLAUTH_BASIC; /* defaults to basic */
534 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */
    [all...]
  /external/curl/src/
tool_setopt.c 67 NV(CURLAUTH_BASIC),
tool_getparam.c 673 config->authtype |= CURLAUTH_BASIC;
675 config->authtype &= ~CURLAUTH_BASIC;
    [all...]
tool_operate.c 892 (long)CURLAUTH_BASIC);
    [all...]
  /external/curl/include/curl/
curl.h 657 * CURLAUTH_BASIC - HTTP Basic authentication (default)
671 #define CURLAUTH_BASIC (((unsigned long)1)<<0)
681 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 495 #define CURLAUTH_BASIC (1<<0) /* Basic (default) */
501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
    [all...]

Completed in 668 milliseconds