wbits              24 http/modules/ngx_http_gzip_filter_module.c     size_t               wbits;
wbits              50 http/modules/ngx_http_gzip_filter_module.c     int                  wbits;
wbits             164 http/modules/ngx_http_gzip_filter_module.c       offsetof(ngx_http_gzip_conf_t, wbits),
wbits             483 http/modules/ngx_http_gzip_filter_module.c     int                    wbits, memlevel;
wbits             488 http/modules/ngx_http_gzip_filter_module.c     wbits = conf->wbits;
wbits             495 http/modules/ngx_http_gzip_filter_module.c         while (r->headers_out.content_length_n < ((1 << (wbits - 1)) - 262)) {
wbits             496 http/modules/ngx_http_gzip_filter_module.c             wbits--;
wbits             501 http/modules/ngx_http_gzip_filter_module.c     ctx->wbits = wbits;
wbits             516 http/modules/ngx_http_gzip_filter_module.c     ctx->allocated = 8192 + (1 << (wbits + 2)) + (1 << (memlevel + 9));
wbits             609 http/modules/ngx_http_gzip_filter_module.c                       - ctx->wbits, ctx->memlevel, Z_DEFAULT_STRATEGY);
wbits            1107 http/modules/ngx_http_gzip_filter_module.c     conf->wbits = NGX_CONF_UNSET_SIZE;
wbits            1130 http/modules/ngx_http_gzip_filter_module.c     ngx_conf_merge_size_value(conf->wbits, prev->wbits, MAX_WBITS);
wbits            1165 http/modules/ngx_http_gzip_filter_module.c     size_t  wbits, wsize;
wbits            1167 http/modules/ngx_http_gzip_filter_module.c     wbits = 15;
wbits            1172 http/modules/ngx_http_gzip_filter_module.c             *np = wbits;
wbits            1177 http/modules/ngx_http_gzip_filter_module.c         wbits--;