Home
last modified time | relevance | path

Searched refs:Curl_http_auth_cleanup_negotiate (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dhttp_negotiate.c93 Curl_http_auth_cleanup_negotiate(conn); in Curl_input_negotiate()
98 Curl_http_auth_cleanup_negotiate(conn); in Curl_input_negotiate()
113 Curl_http_auth_cleanup_negotiate(conn); in Curl_input_negotiate()
150 Curl_http_auth_cleanup_negotiate(conn); in Curl_output_negotiate()
213 void Curl_http_auth_cleanup_negotiate(struct connectdata *conn) in Curl_http_auth_cleanup_negotiate() function
Dhttp_negotiate.h35 void Curl_http_auth_cleanup_negotiate(struct connectdata *conn);
38 #define Curl_http_auth_cleanup_negotiate(x) macro
Durl.c852 Curl_http_auth_cleanup_negotiate(conn); in Curl_disconnect()