Home
last modified time | relevance | path

Searched refs:proxyneg (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dhttp_negotiate.c45 struct negotiatedata *neg_ctx = proxy?&data->state.proxyneg: in Curl_input_negotiate()
147 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: in Curl_output_negotiate()
207 cleanup(&data->state.proxyneg); in Curl_cleanup_negotiate()
Dhttp_negotiate_sspi.c68 neg_ctx = &data->state.proxyneg; in Curl_input_negotiate()
232 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: in Curl_output_negotiate()
295 cleanup(&data->state.proxyneg); in Curl_cleanup_negotiate()
Durldata.h1248 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */ member
Dhttp.c590 &data->state.proxyneg:&data->state.negotiate; in output_auth_headers()
770 &data->state.proxyneg:&data->state.negotiate; in Curl_http_input_auth()
1466 if(data->state.proxyneg.state == GSS_AUTHSENT || in Curl_http_done()