Home
last modified time | relevance | path

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

/third_party/libpsl/src/
Dpsl.c565 static int domain_to_punycode(const char *domain, char *out, size_t outsize) in domain_to_punycode() function
790 if (domain_to_punycode(utf8, lookupname, sizeof(lookupname)) == 0) { in psl_idna_toASCII()