Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_charset_filter_module.c18 #define NGX_UTF_LEN 4 macro
73 u_char saved[NGX_UTF_LEN];
788 for (i = ctx->saved_len; i < NGX_UTF_LEN; i++) { in ngx_http_charset_recode_from_utf8()
813 if (i < NGX_UTF_LEN) { in ngx_http_charset_recode_from_utf8()
858 saved = &ctx->saved[NGX_UTF_LEN]; in ngx_http_charset_recode_from_utf8()
977 if (table[*src * NGX_UTF_LEN] == '\1') { in ngx_http_charset_recode_to_utf8()
1053 p = &table[*src++ * NGX_UTF_LEN]; in ngx_http_charset_recode_to_utf8()
1244 p = &table->src2dst[i * NGX_UTF_LEN]; in ngx_http_charset_map_block()
1251 p = &table->src2dst[i * NGX_UTF_LEN]; in ngx_http_charset_map_block()
1335 p = &table->src2dst[src * NGX_UTF_LEN]; in ngx_http_charset_map()
[all …]