Searched refs:SMALL_PUNYCODE_LEN (Results 1 – 1 of 1) sorted by relevance
299 #define SMALL_PUNYCODE_LEN 128 macro301 … const char *punycode_start, size_t punycode_len, uint32_t (*out_)[SMALL_PUNYCODE_LEN], size_t *ou… in punycode_decode() argument308 if (ascii_len > SMALL_PUNYCODE_LEN) { in punycode_decode()366 if (len > SMALL_PUNYCODE_LEN) { in punycode_decode()403 uint32_t outbuf[SMALL_PUNYCODE_LEN]; in display_ident()
Completed in 6 milliseconds