Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c449 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
451 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()
524 pickproxy = pickoneauth(&data->state.authproxy); in Curl_http_auth_act()
694 struct auth *authproxy; in Curl_http_output_auth() local
699 authproxy = &data->state.authproxy; in Curl_http_output_auth()
706 authproxy->done = TRUE; in Curl_http_output_auth()
716 if(authproxy->want && !authproxy->picked) in Curl_http_output_auth()
720 authproxy->picked = authproxy->want; in Curl_http_output_auth()
726 result = output_auth_headers(conn, authproxy, request, path, TRUE); in Curl_http_output_auth()
736 authproxy->done = TRUE; in Curl_http_output_auth()
[all …]
Dhttp_digest.c101 authp = &data->state.authproxy; in Curl_output_digest()
Dhttp_proxy.c280 if(data->set.proxyauth && data->state.authproxy.avail) { in Curl_proxyCONNECT()
582 data->state.authproxy.done = TRUE; in Curl_proxyCONNECT()
Dcurl_ntlm.c139 authp = &conn->data->state.authproxy; in Curl_output_ntlm()
Dcurl_ntlm_wb.c355 authp = &conn->data->state.authproxy; in Curl_output_ntlm_wb()
Dtransfer.c1314 data->state.authproxy.want = data->set.proxyauth; in Curl_pretransfer()
1354 data->state.authproxy.picked &= data->state.authproxy.want; in Curl_pretransfer()
Durldata.h1252 struct auth authproxy; /* auth details for proxy */ member
Durl.c1404 data->state.authproxy.iestyle = (auth & CURLAUTH_DIGEST_IE)?TRUE:FALSE; in Curl_setopt()
5821 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()
5822 data->state.authproxy.done) { in create_conn()
5824 data->state.authproxy.picked = CURLAUTH_NONE; in create_conn()