Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_negotiate.c94 Curl_http_auth_cleanup_negotiate(conn); in Curl_input_negotiate()
99 Curl_http_auth_cleanup_negotiate(conn); in Curl_input_negotiate()
114 Curl_http_auth_cleanup_negotiate(conn); in Curl_input_negotiate()
152 Curl_http_auth_cleanup_negotiate(conn); in Curl_output_negotiate()
216 void Curl_http_auth_cleanup_negotiate(struct connectdata *conn) in Curl_http_auth_cleanup_negotiate() function
Dhttp_negotiate.h34 void Curl_http_auth_cleanup_negotiate(struct connectdata *conn);
37 #define Curl_http_auth_cleanup_negotiate(x) macro
Durl.c820 Curl_http_auth_cleanup_negotiate(conn); in Curl_disconnect()