OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CURLAUTH_DIGEST_IE
(Results
1 - 2
of
2
) sorted by null
/external/curl/include/curl/
curl.h
633
*
CURLAUTH_DIGEST_IE
- HTTP Digest authentication with IE flavour
648
#define
CURLAUTH_DIGEST_IE
(((unsigned long)1)<<4)
651
#define CURLAUTH_ANY (~
CURLAUTH_DIGEST_IE
)
652
#define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|
CURLAUTH_DIGEST_IE
))
[
all
...]
/external/google-breakpad/src/third_party/curl/
curl.h
499
#define
CURLAUTH_DIGEST_IE
(1<<4) /* Digest with IE flavour */
500
#define CURLAUTH_ANY (~
CURLAUTH_DIGEST_IE
) /* all fine types set */
501
#define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|
CURLAUTH_DIGEST_IE
))
[
all
...]
Completed in 349 milliseconds