items             103 http/modules/ngx_http_gzip_filter_module.c static void *ngx_http_gzip_filter_alloc(void *opaque, u_int items,
items             957 http/modules/ngx_http_gzip_filter_module.c ngx_http_gzip_filter_alloc(void *opaque, u_int items, u_int size)
items             964 http/modules/ngx_http_gzip_filter_module.c     alloc = items * size;
items             983 http/modules/ngx_http_gzip_filter_module.c                        items, size, alloc, p);
items             990 http/modules/ngx_http_gzip_filter_module.c                   items * size, ctx->allocated);
items             992 http/modules/ngx_http_gzip_filter_module.c     p = ngx_palloc(ctx->request->pool, items * size);