Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | foreach_codepoint(c, p, pe) for (; (void) (*p <= pe && (c = uv__utf8_decode1(p, pe))), *p <= pe;) |
Functions | |
static unsigned | uv__utf8_decode1_slow (const char **p, const char *pe, unsigned a) |
unsigned | uv__utf8_decode1 (const char **p, const char *pe) |
static int | uv__idna_toascii_label (const char *s, const char *se, char **d, char *de) |
long | uv__idna_toascii (const char *s, const char *se, char *d, char *de) |
Definition at line 250 of file idna.c.
References c, d, s, si, uv__idna_toascii_label(), and uv__utf8_decode1().
Referenced by uv_getaddrinfo().
Definition at line 102 of file idna.c.
References c, d, delta, foreach_codepoint, h, k, regress::m, n, s, and x.
Referenced by uv__idna_toascii().
Definition at line 88 of file idna.c.
References a, p, and uv__utf8_decode1_slow().
Referenced by uv__idna_toascii().