Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h194 uint32_t ngx_utf8_decode(u_char **p, size_t n);
H A Dngx_string.c1311 ngx_utf8_decode(u_char **p, size_t n) in ngx_utf8_decode() function
1384 if (ngx_utf8_decode(&p, last - p) > 0x10ffff) { in ngx_utf8_length()
1423 if (ngx_utf8_decode(&next, len) > 0x10ffff) { in ngx_utf8_cpystrn()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_charset_filter_module.c729 n = ngx_utf8_decode(&saved, size); in ngx_http_charset_recode_from_utf8()
797 n = ngx_utf8_decode(&saved, i); in ngx_http_charset_recode_from_utf8()
905 n = ngx_utf8_decode(&src, len); in ngx_http_charset_recode_from_utf8()
1357 n = ngx_utf8_decode(&p, i); in ngx_http_charset_map()