Searched refs:proxyneg (Results 1 – 4 of 4) sorted by relevance
45 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()
68 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()
1248 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */ member
590 &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()