Searched refs:CURLAUTH_ANY (Results 1 – 11 of 11) sorted by relevance
173 curl_easy_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_ANY); in main()
214 test_setopt(curl, CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY); in test()
72 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY); in init()
56 NV(CURLAUTH_ANY), /* combination */
642 config->authtype = CURLAUTH_ANY; in getparameter()
878 (long)CURLAUTH_ANY); in operate_do()
15 CURLAUTH_ANY 7.10.6
500 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE) /* all fine types set */ macro
674 #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE) macro
176 d CURLAUTH_ANY c X'7FFFFFEF'
9292 URL) is that if you do POST with CURLAUTH_ANY set and the site requires NO9296 If you do a HEAD or a GET on a site using CURLAUTH_ANY, libcurl will send9589 CURLAUTH_NTLM (or CURLAUTH_ANY and libcurl then picked NTLM), libcurl would