Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c435 if((data->state.authproxy.picked == CURLAUTH_NTLM) || in http_perhapsrewind()
437 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) || in http_perhapsrewind()
510 pickproxy = pickoneauth(&data->state.authproxy); in Curl_http_auth_act()
679 struct auth *authproxy; in Curl_http_output_auth() local
684 authproxy = &data->state.authproxy; in Curl_http_output_auth()
691 authproxy->done = TRUE; in Curl_http_output_auth()
701 if(authproxy->want && !authproxy->picked) in Curl_http_output_auth()
705 authproxy->picked = authproxy->want; in Curl_http_output_auth()
711 result = output_auth_headers(conn, authproxy, request, path, TRUE); in Curl_http_output_auth()
721 authproxy->done = TRUE; in Curl_http_output_auth()
[all …]
Dhttp_digest.c100 authp = &data->state.authproxy; in Curl_output_digest()
Dhttp_proxy.c295 if(data->set.proxyauth && data->state.authproxy.avail) { in Curl_proxyCONNECT()
597 data->state.authproxy.done = TRUE; in Curl_proxyCONNECT()
Dhttp_ntlm.c142 authp = &conn->data->state.authproxy; in Curl_output_ntlm()
Dcurl_ntlm_wb.c354 authp = &conn->data->state.authproxy; in Curl_output_ntlm_wb()
Dtransfer.c1342 data->state.authproxy.want = data->set.proxyauth; in Curl_pretransfer()
1387 data->state.authproxy.picked &= data->state.authproxy.want; in Curl_pretransfer()
Durl.c1408 data->state.authproxy.iestyle = (auth & CURLAUTH_DIGEST_IE) ? TRUE : FALSE; in Curl_setopt()
3191 ((data->state.authproxy.want & in ConnectionExists()
6279 if((data->state.authproxy.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) && in create_conn()
6280 data->state.authproxy.done) { in create_conn()
6282 data->state.authproxy.picked = CURLAUTH_NONE; in create_conn()
6283 data->state.authproxy.done = FALSE; in create_conn()
Durldata.h1291 struct auth authproxy; /* auth details for proxy */ member