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

  /external/curl/include/curl/
curl.h 651 * CURLAUTH_BASIC - HTTP Basic authentication (default)
665 #define CURLAUTH_BASIC (((unsigned long)1)<<0)
675 #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 530 milliseconds