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

  /external/curl/tests/libtest/
libauthretry.c 74 return CURLAUTH_NONE;
81 return CURLAUTH_NONE;
92 if(main_auth_scheme == CURLAUTH_NONE ||
93 fallback_auth_scheme == CURLAUTH_NONE) {
  /external/curl/src/
tool_setopt.c 65 NV(CURLAUTH_NONE),
  /external/curl/include/curl/
curl.h 650 * CURLAUTH_NONE - No HTTP authentication
664 #define CURLAUTH_NONE ((unsigned long)0)
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 494 #define CURLAUTH_NONE 0 /* nothing */
    [all...]
  /external/curl/lib/
http.c 350 pick->avail = CURLAUTH_NONE; /* clear it here */
880 authp->avail = CURLAUTH_NONE;
    [all...]
url.c     [all...]

Completed in 148 milliseconds