Searched refs:NGX_UTF_LEN (Results 1 – 1 of 1) sorted by relevance
18 #define NGX_UTF_LEN 4 macro73 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 …]