Home
last modified time | relevance | path

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

/external/curl/tests/data/
Dtest102198 HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close
/external/curl/lib/
Dhttp_proxy.c280 if(data->set.proxyauth && data->state.authproxy.avail) { in Curl_proxyCONNECT()
Durldata.h1434 unsigned long proxyauth; /* kind of proxy authentication to use (bitmask) */ member
Dtransfer.c1314 data->state.authproxy.want = data->set.proxyauth; in Curl_pretransfer()
Durl.c538 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()
1398 data->set.proxyauth = auth; in Curl_setopt()
1434 data->set.proxyauth = auth; in Curl_setopt()