Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c4004 char *ace_hostname = NULL; in fix_hostname() local
4005 int rc = idn2_lookup_ul((const char *)host->name, &ace_hostname, 0); in fix_hostname()
4007 host->encalloc = (char *)ace_hostname; in fix_hostname()
4016 char *ace_hostname = NULL; in fix_hostname()
4018 if(curl_win32_idn_to_ascii(host->name, &ace_hostname)) { in fix_hostname()
4019 host->encalloc = ace_hostname; in fix_hostname()
/external/curl/
DCHANGES.08375 via 'ace_hostname') are legal according to the TLD tables in libidn.