Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c132 static void free_fixed_hostname(struct hostname *host);
3022 free_fixed_hostname(&conn->host); in Curl_disconnect()
3023 free_fixed_hostname(&conn->conn_to_host); in Curl_disconnect()
3024 free_fixed_hostname(&conn->proxy); in Curl_disconnect()
3025 free_fixed_hostname(&conn->http_proxy.host); in Curl_disconnect()
3026 free_fixed_hostname(&conn->socks_proxy.host); in Curl_disconnect()
4034 static void free_fixed_hostname(struct hostname *host) in free_fixed_hostname() function
5869 free_fixed_hostname(&old_conn->http_proxy.host); in reuse_conn()
5870 free_fixed_hostname(&old_conn->socks_proxy.host); in reuse_conn()
5871 free_fixed_hostname(&old_conn->proxy); in reuse_conn()
[all …]