Home
last modified time | relevance | path

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

/unit/src/test/
H A Dnxt_utf8_test.c53 d = nxt_utf8_decode(&pp, overlong + len); in nxt_utf8_overlong()
108 d = nxt_utf8_decode(&pp, p); in nxt_utf8_test()
129 d = nxt_utf8_decode(&pp, utf8 + len); in nxt_utf8_test()
/unit/src/
H A Dnxt_utf8.c73 nxt_utf8_decode(const u_char **start, const u_char *end) in nxt_utf8_decode() function
248 if (nxt_slow_path(nxt_utf8_decode(&p, end) == 0xFFFFFFFF)) { in nxt_utf8_length()
267 if (nxt_slow_path(nxt_utf8_decode(&p, end) == 0xFFFFFFFF)) { in nxt_utf8_is_valid()
H A Dnxt_utf8.h20 NXT_EXPORT uint32_t nxt_utf8_decode(const u_char **start, const u_char *end);