Home
last modified time | relevance | path

Searched refs:negotiatedata (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()
189 static void cleanup(struct negotiatedata *neg_ctx) in cleanup()
Dhttp_negotiate_sspi.c63 struct negotiatedata *neg_ctx; in Curl_input_negotiate()
232 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: in Curl_output_negotiate()
264 static void cleanup(struct negotiatedata *neg_ctx) in cleanup()
Durldata.h451 struct negotiatedata { struct
1247 struct negotiatedata negotiate; /* state data for host Negotiate auth */
1248 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
Dhttp.c589 struct negotiatedata *negdata = proxy? in output_auth_headers()
769 struct negotiatedata *negdata = proxy? in Curl_http_input_auth()