Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c2768 if(conn->host.encalloc) in Curl_disconnect()
2769 idn_free(conn->host.encalloc); /* encoded host name buffer, must be freed in Curl_disconnect()
2772 if(conn->proxy.encalloc) in Curl_disconnect()
2773 idn_free(conn->proxy.encalloc); /* encoded proxy name buffer, must be in Curl_disconnect()
2777 free(conn->host.encalloc); /* encoded host name buffer, must be freed with in Curl_disconnect()
2780 free(conn->proxy.encalloc); /* encoded proxy name buffer, must be freed in Curl_disconnect()
3719 host->encalloc = ace_hostname; in fix_hostname()
3721 host->name = host->encalloc; in fix_hostname()
3734 host->encalloc = ace_hostname; in fix_hostname()
3736 host->name = host->encalloc; in fix_hostname()
Durldata.h536 char *encalloc; /* allocated IDN-encoded version of the name */ member