Lines Matching full:ace_hostname
1701 char *ace_hostname = NULL;1710 int rc = idn2_lookup_ul((const char *)host->name, &ace_hostname, flags);1712 host->encalloc = (char *)ace_hostname;1723 char *ace_hostname = NULL;1725 if(curl_win32_idn_to_ascii(host->name, &ace_hostname)) {1726 host->encalloc = ace_hostname;