Home
last modified time | relevance | path

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

/curl/lib/
H A Didn.h27 bool Curl_is_ASCII_name(const char *hostname);
H A Didn.c190 bool Curl_is_ASCII_name(const char *hostname) in Curl_is_ASCII_name() function
327 if(!Curl_is_ASCII_name(host->name)) { in Curl_idnconvert_hostname()
H A Dsmtp.c555 ((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()
H A Durlapi.c1578 if(!Curl_is_ASCII_name(u->host)) { in curl_url_get()
1590 if(Curl_is_ASCII_name(u->host) && !strncmp("xn--", u->host, 4)) { in curl_url_get()
1674 if(!Curl_is_ASCII_name(u->host)) { in curl_url_get()
1689 if(Curl_is_ASCII_name(u->host) && !strncmp("xn--", u->host, 4)) { in curl_url_get()

Completed in 15 milliseconds