Searched refs:authproxy (Results 1 – 11 of 11) sorted by relevance
494 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() local823 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 …]
101 authp = &data->state.authproxy; in Curl_output_digest()
123 struct auth *authp = proxy ? &data->state.authproxy : &data->state.authhost; in Curl_output_negotiate()
163 authp = &data->state.authproxy; in Curl_output_ntlm()
416 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()
405 authp = &data->state.authproxy; in Curl_output_ntlm_wb()
1449 data->state.authproxy.want = data->set.proxyauth; in Curl_pretransfer()1496 data->state.authproxy.picked &= data->state.authproxy.want; in Curl_pretransfer()
1115 ((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;
989 memset(&data->state.authproxy, 0, sizeof(struct auth)); in curl_easy_reset()
1360 struct auth authproxy; /* auth details for proxy */ member
1036 data->state.authproxy.iestyle = in Curl_vsetopt()