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 73 return CURLAUTH_NONE;
80 return CURLAUTH_NONE;
91 if(main_auth_scheme == CURLAUTH_NONE ||
92 fallback_auth_scheme == CURLAUTH_NONE) {
  /external/curl/src/
tool_setopt.c 74 NV(CURLAUTH_NONE),
  /external/curl/include/curl/
curl.h 656 * CURLAUTH_NONE - No HTTP authentication
670 #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 */
889 authp->avail = CURLAUTH_NONE;
    [all...]
url.c     [all...]

Completed in 165 milliseconds