tables             23 http/modules/ngx_http_charset_filter_module.c     u_char                    **tables;
tables             47 http/modules/ngx_http_charset_filter_module.c     ngx_array_t                 tables;         /* ngx_http_charset_tables_t */
tables            278 http/modules/ngx_http_charset_filter_module.c         && (charsets[source_charset].tables == NULL
tables            279 http/modules/ngx_http_charset_filter_module.c             || charsets[source_charset].tables[charset] == NULL))
tables            521 http/modules/ngx_http_charset_filter_module.c     ctx->table = charsets[source_charset].tables[charset];
tables           1199 http/modules/ngx_http_charset_filter_module.c     table = mcf->tables.elts;
tables           1200 http/modules/ngx_http_charset_filter_module.c     for (i = 0; i < mcf->tables.nelts; i++) {
tables           1211 http/modules/ngx_http_charset_filter_module.c     table = ngx_array_push(&mcf->tables);
tables           1469 http/modules/ngx_http_charset_filter_module.c     c->tables = NULL;
tables           1500 http/modules/ngx_http_charset_filter_module.c     if (ngx_array_init(&mcf->tables, cf->pool, 1,
tables           1610 http/modules/ngx_http_charset_filter_module.c     ngx_http_charset_tables_t     *tables;
tables           1617 http/modules/ngx_http_charset_filter_module.c     tables = mcf->tables.elts;
tables           1624 http/modules/ngx_http_charset_filter_module.c         for (t = 0; t < mcf->tables.nelts; t++) {
tables           1626 http/modules/ngx_http_charset_filter_module.c             if (c == tables[t].src && recode[i].dst == tables[t].dst) {
tables           1630 http/modules/ngx_http_charset_filter_module.c             if (c == tables[t].dst && recode[i].dst == tables[t].src) {
tables           1645 http/modules/ngx_http_charset_filter_module.c     for (t = 0; t < mcf->tables.nelts; t++) {
tables           1647 http/modules/ngx_http_charset_filter_module.c         src = charset[tables[t].src].tables;
tables           1655 http/modules/ngx_http_charset_filter_module.c             charset[tables[t].src].tables = src;
tables           1658 http/modules/ngx_http_charset_filter_module.c         dst = charset[tables[t].dst].tables;
tables           1666 http/modules/ngx_http_charset_filter_module.c             charset[tables[t].dst].tables = dst;
tables           1669 http/modules/ngx_http_charset_filter_module.c         src[tables[t].dst] = tables[t].src2dst;
tables           1670 http/modules/ngx_http_charset_filter_module.c         dst[tables[t].src] = tables[t].dst2src;