Searched refs:proxyneg (Results 1 – 2 of 2) sorted by relevance
62 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()
1005 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */ member