Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c1743 char *ace_hostname = NULL; in idnconvert_hostname() local
1752 int rc = idn2_lookup_ul((const char *)host->name, &ace_hostname, flags); in idnconvert_hostname()
1754 host->encalloc = (char *)ace_hostname; in idnconvert_hostname()
1765 char *ace_hostname = NULL; in idnconvert_hostname()
1767 if(curl_win32_idn_to_ascii(host->name, &ace_hostname)) { in idnconvert_hostname()
1768 host->encalloc = ace_hostname; in idnconvert_hostname()