Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib590.c45 long usedauth = 0; in test() local
68 res = curl_easy_getinfo(curl, CURLINFO_PROXYAUTH_USED, &usedauth); in test()
69 if(CURLAUTH_NTLM != usedauth) { in test()
H A Dlib694.c32 long usedauth = 0; in test() local
58 res = curl_easy_getinfo(curl, CURLINFO_HTTPAUTH_USED, &usedauth); in test()
59 if(CURLAUTH_NTLM != usedauth) { in test()

Completed in 9 milliseconds