out_buf            43 http/modules/ngx_http_gzip_filter_module.c     ngx_buf_t           *out_buf;
out_buf           731 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf = ctx->free->buf;
out_buf           736 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf = ngx_create_temp_buf(r->pool, conf->bufs.size);
out_buf           737 http/modules/ngx_http_gzip_filter_module.c         if (ctx->out_buf == NULL) {
out_buf           741 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf->tag = (ngx_buf_tag_t) &ngx_http_gzip_filter_module;
out_buf           742 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf->recycled = 1;
out_buf           750 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.next_out = ctx->out_buf->pos;
out_buf           796 http/modules/ngx_http_gzip_filter_module.c     ctx->out_buf->last = ctx->zstream.next_out;
out_buf           807 http/modules/ngx_http_gzip_filter_module.c         cl->buf = ctx->out_buf;
out_buf           822 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf->flush = 1;
out_buf           830 http/modules/ngx_http_gzip_filter_module.c         cl->buf = ctx->out_buf;
out_buf           856 http/modules/ngx_http_gzip_filter_module.c         cl->buf = ctx->out_buf;
out_buf           895 http/modules/ngx_http_gzip_filter_module.c     cl->buf = ctx->out_buf;
out_buf           901 http/modules/ngx_http_gzip_filter_module.c         trailer = (struct gztrailer *) ctx->out_buf->last;
out_buf           902 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf->last += 8;
out_buf           903 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf->last_buf = 1;