Lines Matching refs:free_fixed_hostname
132 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()
5916 free_fixed_hostname(&conn->host); in reuse_conn()
5917 free_fixed_hostname(&conn->conn_to_host); in reuse_conn()