in_buf             42 http/modules/ngx_http_gzip_filter_module.c     ngx_buf_t           *in_buf;
in_buf            683 http/modules/ngx_http_gzip_filter_module.c     ctx->in_buf = ctx->in->buf;
in_buf            685 http/modules/ngx_http_gzip_filter_module.c     if (ctx->in_buf->tag == (ngx_buf_tag_t) &ngx_http_gzip_filter_module) {
in_buf            691 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.next_in = ctx->in_buf->pos;
in_buf            692 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.avail_in = ctx->in_buf->last - ctx->in_buf->pos;
in_buf            696 http/modules/ngx_http_gzip_filter_module.c                    ctx->in_buf,
in_buf            699 http/modules/ngx_http_gzip_filter_module.c     if (ctx->in_buf->last_buf) {
in_buf            702 http/modules/ngx_http_gzip_filter_module.c     } else if (ctx->in_buf->flush) {
in_buf            786 http/modules/ngx_http_gzip_filter_module.c                    ctx->in_buf, ctx->in_buf->pos);
in_buf            789 http/modules/ngx_http_gzip_filter_module.c         ctx->in_buf->pos = ctx->zstream.next_in;