Home
last modified time | relevance | path

Searched refs:CURLAUTH_DIGEST_IE (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/curl/
Dcurl.h554 #define CURLAUTH_DIGEST_IE (1<<4) /* Digest with IE flavor */ macro
558 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE) /* all fine types set */
559 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))