Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c494 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
496 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()
524 if((data->state.authproxy.picked == CURLAUTH_NEGOTIATE) || in http_perhapsrewind()
608 pickproxy = pickoneauth(&data->state.authproxy, in Curl_http_auth_act()
818 struct auth *authproxy; in Curl_http_output_auth() local
823 authproxy = &data->state.authproxy; in Curl_http_output_auth()
833 authproxy->done = TRUE; in Curl_http_output_auth()
843 if(authproxy->want && !authproxy->picked) in Curl_http_output_auth()
847 authproxy->picked = authproxy->want; in Curl_http_output_auth()
853 result = output_auth_headers(data, conn, authproxy, request, path, TRUE); in Curl_http_output_auth()
[all …]
Dhttp_digest.c101 authp = &data->state.authproxy; in Curl_output_digest()
Dhttp_negotiate.c123 struct auth *authp = proxy ? &data->state.authproxy : &data->state.authhost; in Curl_output_negotiate()
Dhttp_ntlm.c163 authp = &data->state.authproxy; in Curl_output_ntlm()
Dhttp_proxy.c416 if(data->set.proxyauth && data->state.authproxy.avail && in CONNECT()
694 data->state.authproxy.done = TRUE; in CONNECT()
695 data->state.authproxy.multipass = FALSE; in CONNECT()
Dcurl_ntlm_wb.c405 authp = &data->state.authproxy; in Curl_output_ntlm_wb()
Dtransfer.c1449 data->state.authproxy.want = data->set.proxyauth; in Curl_pretransfer()
1496 data->state.authproxy.picked &= data->state.authproxy.want; in Curl_pretransfer()
Durl.c1115 ((data->state.authproxy.want & in ConnectionExists()
4016 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
4017 data->state.authproxy.done) {
4019 data->state.authproxy.picked = CURLAUTH_NONE;
4020 data->state.authproxy.done = FALSE;
Deasy.c989 memset(&data->state.authproxy, 0, sizeof(struct auth)); in curl_easy_reset()
Durldata.h1360 struct auth authproxy; /* auth details for proxy */ member
Dsetopt.c1036 data->state.authproxy.iestyle = in Curl_vsetopt()