dst2src            41 http/modules/ngx_http_charset_filter_module.c     u_char                     *dst2src;
dst2src          1171 http/modules/ngx_http_charset_filter_module.c     u_char                       *p, *dst2src, **pp;
dst2src          1225 http/modules/ngx_http_charset_filter_module.c         table->dst2src = ngx_pcalloc(cf->pool, 256 * sizeof(void *));
dst2src          1226 http/modules/ngx_http_charset_filter_module.c         if (table->dst2src == NULL) {
dst2src          1230 http/modules/ngx_http_charset_filter_module.c         dst2src = ngx_pcalloc(cf->pool, 256);
dst2src          1231 http/modules/ngx_http_charset_filter_module.c         if (dst2src == NULL) {
dst2src          1235 http/modules/ngx_http_charset_filter_module.c         pp = (u_char **) &table->dst2src[0];
dst2src          1236 http/modules/ngx_http_charset_filter_module.c         pp[0] = dst2src;
dst2src          1242 http/modules/ngx_http_charset_filter_module.c             dst2src[i] = (u_char) i;
dst2src          1257 http/modules/ngx_http_charset_filter_module.c         table->dst2src = ngx_palloc(cf->pool, 256);
dst2src          1258 http/modules/ngx_http_charset_filter_module.c         if (table->dst2src == NULL) {
dst2src          1264 http/modules/ngx_http_charset_filter_module.c             table->dst2src[i] = (u_char) i;
dst2src          1269 http/modules/ngx_http_charset_filter_module.c             table->dst2src[i] = '?';
dst2src          1304 http/modules/ngx_http_charset_filter_module.c     u_char                       *p, *dst2src, **pp;
dst2src          1360 http/modules/ngx_http_charset_filter_module.c         pp = (u_char **) &table->dst2src[0];
dst2src          1362 http/modules/ngx_http_charset_filter_module.c         dst2src = pp[n >> 8];
dst2src          1364 http/modules/ngx_http_charset_filter_module.c         if (dst2src == NULL) {
dst2src          1365 http/modules/ngx_http_charset_filter_module.c             dst2src = ngx_pcalloc(cf->pool, 256);
dst2src          1366 http/modules/ngx_http_charset_filter_module.c             if (dst2src == NULL) {
dst2src          1370 http/modules/ngx_http_charset_filter_module.c             pp[n >> 8] = dst2src;
dst2src          1373 http/modules/ngx_http_charset_filter_module.c         dst2src[n & 0xff] = (u_char) src;
dst2src          1384 http/modules/ngx_http_charset_filter_module.c         table->dst2src[dst] = (u_char) src;
dst2src          1670 http/modules/ngx_http_charset_filter_module.c         dst[tables[t].src] = tables[t].dst2src;