Home
last modified time | relevance | path

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

/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_string.h197 size_t njs_decode_utf8_length(const njs_str_t *src, size_t *out_size);
H A Dnjs_buffer.c26 njs_decode_utf8_length
33 njs_decode_utf8_length
H A Dnjs_regexp.c743 length = njs_decode_utf8_length(&s, &size); in njs_regexp_to_string()
H A Dnjs_string.c1820 njs_decode_utf8_length(const njs_str_t *src, size_t *out_size) in njs_decode_utf8_length() function
1837 length = njs_decode_utf8_length(src, &dst.length); in njs_string_decode_utf8()