table 63 http/modules/ngx_http_charset_filter_module.c u_char *table; table 81 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_tables_t *table; table 98 http/modules/ngx_http_charset_filter_module.c static ngx_uint_t ngx_http_charset_recode(ngx_buf_t *b, u_char *table); table 521 http/modules/ngx_http_charset_filter_module.c ctx->table = charsets[source_charset].tables[charset]; table 551 http/modules/ngx_http_charset_filter_module.c if (ctx == NULL || ctx->table == NULL) { table 639 http/modules/ngx_http_charset_filter_module.c (void) ngx_http_charset_recode(cl->buf, ctx->table); table 647 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_recode(ngx_buf_t *b, u_char *table) table 655 http/modules/ngx_http_charset_filter_module.c if (*p != table[*p]) { table 665 http/modules/ngx_http_charset_filter_module.c if (*p != table[*p]) { table 666 http/modules/ngx_http_charset_filter_module.c *p = table[*p]; table 684 http/modules/ngx_http_charset_filter_module.c u_char c, *p, *src, *dst, *saved, **table; table 797 http/modules/ngx_http_charset_filter_module.c table = (u_char **) ctx->table; table 798 http/modules/ngx_http_charset_filter_module.c p = table[n >> 8]; table 872 http/modules/ngx_http_charset_filter_module.c table = (u_char **) ctx->table; table 904 http/modules/ngx_http_charset_filter_module.c p = table[n >> 8]; table 965 http/modules/ngx_http_charset_filter_module.c u_char *p, *src, *dst, *table; table 969 http/modules/ngx_http_charset_filter_module.c table = ctx->table; table 972 http/modules/ngx_http_charset_filter_module.c if (table[*src * NGX_UTF_LEN] == '\1') { table 1048 http/modules/ngx_http_charset_filter_module.c p = &table[*src++ * NGX_UTF_LEN]; table 1177 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_tables_t *table; table 1199 http/modules/ngx_http_charset_filter_module.c table = mcf->tables.elts; table 1201 http/modules/ngx_http_charset_filter_module.c if ((src == table->src && dst == table->dst) table 1202 http/modules/ngx_http_charset_filter_module.c || (src == table->dst && dst == table->src)) table 1211 http/modules/ngx_http_charset_filter_module.c table = ngx_array_push(&mcf->tables); table 1212 http/modules/ngx_http_charset_filter_module.c if (table == NULL) { table 1216 http/modules/ngx_http_charset_filter_module.c table->src = src; table 1217 http/modules/ngx_http_charset_filter_module.c table->dst = dst; table 1220 http/modules/ngx_http_charset_filter_module.c table->src2dst = ngx_pcalloc(cf->pool, 256 * NGX_UTF_LEN); table 1221 http/modules/ngx_http_charset_filter_module.c if (table->src2dst == NULL) { table 1225 http/modules/ngx_http_charset_filter_module.c table->dst2src = ngx_pcalloc(cf->pool, 256 * sizeof(void *)); table 1226 http/modules/ngx_http_charset_filter_module.c if (table->dst2src == NULL) { table 1235 http/modules/ngx_http_charset_filter_module.c pp = (u_char **) &table->dst2src[0]; table 1239 http/modules/ngx_http_charset_filter_module.c p = &table->src2dst[i * NGX_UTF_LEN]; table 1246 http/modules/ngx_http_charset_filter_module.c p = &table->src2dst[i * NGX_UTF_LEN]; table 1252 http/modules/ngx_http_charset_filter_module.c table->src2dst = ngx_palloc(cf->pool, 256); table 1253 http/modules/ngx_http_charset_filter_module.c if (table->src2dst == NULL) { table 1257 http/modules/ngx_http_charset_filter_module.c table->dst2src = ngx_palloc(cf->pool, 256); table 1258 http/modules/ngx_http_charset_filter_module.c if (table->dst2src == NULL) { table 1263 http/modules/ngx_http_charset_filter_module.c table->src2dst[i] = (u_char) i; table 1264 http/modules/ngx_http_charset_filter_module.c table->dst2src[i] = (u_char) i; table 1268 http/modules/ngx_http_charset_filter_module.c table->src2dst[i] = '?'; table 1269 http/modules/ngx_http_charset_filter_module.c table->dst2src[i] = '?'; table 1275 http/modules/ngx_http_charset_filter_module.c ctx.table = table; table 1309 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_tables_t *table; table 1327 http/modules/ngx_http_charset_filter_module.c table = ctx->table; table 1330 http/modules/ngx_http_charset_filter_module.c p = &table->src2dst[src * NGX_UTF_LEN]; table 1350 http/modules/ngx_http_charset_filter_module.c p = &table->src2dst[src * NGX_UTF_LEN] + 1; table 1360 http/modules/ngx_http_charset_filter_module.c pp = (u_char **) &table->dst2src[0]; table 1383 http/modules/ngx_http_charset_filter_module.c table->src2dst[src] = (u_char) dst; table 1384 http/modules/ngx_http_charset_filter_module.c table->dst2src[dst] = (u_char) src;