Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp_negotiate.c62 neg_ctx = &conn->proxyneg; in Curl_input_negotiate()
123 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate()
221 Curl_auth_cleanup_spnego(&conn->proxyneg); in Curl_http_auth_cleanup_negotiate()
Durldata.h1005 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */ member