Searched refs:usedauth (Results 1 – 2 of 2) sorted by relevance
45 long usedauth = 0; in test() local68 res = curl_easy_getinfo(curl, CURLINFO_PROXYAUTH_USED, &usedauth); in test()69 if(CURLAUTH_NTLM != usedauth) { in test()
32 long usedauth = 0; in test() local58 res = curl_easy_getinfo(curl, CURLINFO_HTTPAUTH_USED, &usedauth); in test()59 if(CURLAUTH_NTLM != usedauth) { in test()
Completed in 9 milliseconds