Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
Go to the source code of this file.
Functions | |
RZ_API char * | rz_punycode_encode (const ut8 *src, int srclen, int *dstlen) |
RZ_API char * | rz_punycode_decode (const char *src, int srclen, int *dstlen) |
Definition at line 255 of file punycode.c.
References adapt_bias(), b, BASE, calloc(), decode_digit(), dst, eprintf, free(), i, INITIAL_BIAS, INITIAL_N, k, n, NULL, p, si, src, TMAX, TMIN, UT32_MAX, utf32toutf8(), and w.
Referenced by update().
Definition at line 176 of file punycode.c.
References adapt_bias(), b, calloc(), delta, dst, encode_var_int(), free(), h, INITIAL_BIAS, INITIAL_N, len, regress::m, n, NULL, si, src, UT32_MAX, utf32len(), and utf8toutf32().
Referenced by update().