Home
last modified time | relevance | path

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

/dports/dns/libpsl/libpsl-0.21.1/src/
H A Dpsl.c680 static int psl_idna_toASCII(psl_idna_t *idna PSL_UNUSED, const char *utf8, char **ascii) in psl_idna_toASCII() function
807 if (psl_idna_toASCII(idna, e->label_buf, &lookupname) == 0) { in add_punycode_if_needed()
862 if (psl_idna_toASCII(idna, domain, &punycode) == 0) { in is_public_suffix()