Home
last modified time | relevance | path

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

/curl/lib/
H A Didn.h31 void Curl_free_idnconverted_hostname(struct hostname *host);
36 #define Curl_free_idnconverted_hostname(x) macro
H A Didn.c351 void Curl_free_idnconverted_hostname(struct hostname *host) in Curl_free_idnconverted_hostname() function
H A Dsmtp.c566 Curl_free_idnconverted_hostname(&host); in smtp_perform_command()
635 Curl_free_idnconverted_hostname(&host); in smtp_perform_mail()
676 Curl_free_idnconverted_hostname(&host); in smtp_perform_mail()
810 Curl_free_idnconverted_hostname(&host); in smtp_perform_rcpt_to()
H A Durl.c575 Curl_free_idnconverted_hostname(&conn->host); in Curl_conn_free()
576 Curl_free_idnconverted_hostname(&conn->conn_to_host); in Curl_conn_free()
578 Curl_free_idnconverted_hostname(&conn->http_proxy.host); in Curl_conn_free()
579 Curl_free_idnconverted_hostname(&conn->socks_proxy.host); in Curl_conn_free()
3318 Curl_free_idnconverted_hostname(&existing->host);
3319 Curl_free_idnconverted_hostname(&existing->conn_to_host);

Completed in 16 milliseconds