Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c3638 const char *ace_hostname) in tld_check_name() argument
3650 rc = idna_to_unicode_lzlz(ace_hostname, &uc_name, 0); in tld_check_name()
3707 char *ace_hostname = NULL; in fix_hostname() local
3708 int rc = idna_to_ascii_lz(host->name, &ace_hostname, 0); in fix_hostname()
3717 (void)tld_check_name(data, ace_hostname); in fix_hostname()
3719 host->encalloc = ace_hostname; in fix_hostname()
3728 char *ace_hostname = NULL; in fix_hostname()
3729 int rc = curl_win32_idn_to_ascii(host->name, &ace_hostname); in fix_hostname()
3734 host->encalloc = ace_hostname; in fix_hostname()
/external/curl/
DCHANGES.08375 via 'ace_hostname') are legal according to the TLD tables in libidn.