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

  /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...]
  /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...]

Completed in 103 milliseconds