Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c1696 static bool is_ASCII_name(const char *hostname) in is_ASCII_name() function
1740 if(!is_ASCII_name(host->name)) { in idnconvert_hostname()