Searched refs:Curl_is_ASCII_name (Results 1 – 4 of 4) sorted by relevance
27 bool Curl_is_ASCII_name(const char *hostname);
231 bool Curl_is_ASCII_name(const char *hostname) in Curl_is_ASCII_name() function368 if(!Curl_is_ASCII_name(host->name)) { in Curl_idnconvert_hostname()
555 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_command()556 (!Curl_is_ASCII_name(host.name))); in smtp_perform_command()629 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_mail()630 (!Curl_is_ASCII_name(host.name))); in smtp_perform_mail()669 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_mail()670 (!Curl_is_ASCII_name(host.name)))) in smtp_perform_mail()744 if(!Curl_is_ASCII_name(rcpt->data)) in smtp_perform_mail()
1570 if(!Curl_is_ASCII_name(u->host)) { in curl_url_get()1582 if(Curl_is_ASCII_name(u->host) && !strncmp("xn--", u->host, 4)) { in curl_url_get()1666 if(!Curl_is_ASCII_name(u->host)) { in curl_url_get()1681 if(Curl_is_ASCII_name(u->host) && !strncmp("xn--", u->host, 4)) { in curl_url_get()
Completed in 25 milliseconds