src2dst 40 http/modules/ngx_http_charset_filter_module.c u_char *src2dst; src2dst 1220 http/modules/ngx_http_charset_filter_module.c table->src2dst = ngx_pcalloc(cf->pool, 256 * NGX_UTF_LEN); src2dst 1221 http/modules/ngx_http_charset_filter_module.c if (table->src2dst == NULL) { src2dst 1239 http/modules/ngx_http_charset_filter_module.c p = &table->src2dst[i * NGX_UTF_LEN]; src2dst 1246 http/modules/ngx_http_charset_filter_module.c p = &table->src2dst[i * NGX_UTF_LEN]; src2dst 1252 http/modules/ngx_http_charset_filter_module.c table->src2dst = ngx_palloc(cf->pool, 256); src2dst 1253 http/modules/ngx_http_charset_filter_module.c if (table->src2dst == NULL) { src2dst 1263 http/modules/ngx_http_charset_filter_module.c table->src2dst[i] = (u_char) i; src2dst 1268 http/modules/ngx_http_charset_filter_module.c table->src2dst[i] = '?'; src2dst 1330 http/modules/ngx_http_charset_filter_module.c p = &table->src2dst[src * NGX_UTF_LEN]; src2dst 1350 http/modules/ngx_http_charset_filter_module.c p = &table->src2dst[src * NGX_UTF_LEN] + 1; src2dst 1383 http/modules/ngx_http_charset_filter_module.c table->src2dst[src] = (u_char) dst; src2dst 1669 http/modules/ngx_http_charset_filter_module.c src[tables[t].dst] = tables[t].src2dst;