Home
last modified time | relevance | path

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

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