avail_out         724 http/modules/ngx_http_gzip_filter_module.c     if (ctx->zstream.avail_out) {
avail_out         751 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.avail_out = conf->bufs.size;
avail_out         767 http/modules/ngx_http_gzip_filter_module.c                  ctx->zstream.avail_in, ctx->zstream.avail_out,
avail_out         781 http/modules/ngx_http_gzip_filter_module.c                    ctx->zstream.avail_in, ctx->zstream.avail_out,
avail_out         798 http/modules/ngx_http_gzip_filter_module.c     if (ctx->zstream.avail_out == 0) {
avail_out         821 http/modules/ngx_http_gzip_filter_module.c         ctx->zstream.avail_out = 0;
avail_out         900 http/modules/ngx_http_gzip_filter_module.c     if (ctx->zstream.avail_out >= 8) {
avail_out         946 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.avail_out = 0;