output            580 http/modules/ngx_http_fastcgi_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_fastcgi_module;
output            174 http/modules/ngx_http_memcached_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_memcached_module;
output            450 http/modules/ngx_http_memcached_module.c     cl->buf->tag = u->output.tag;
output            588 http/modules/ngx_http_proxy_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_proxy_module;
output            402 http/modules/ngx_http_scgi_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_scgi_module;
output            344 http/modules/ngx_http_ssi_filter_module.c     ctx->output = 1;
output            466 http/modules/ngx_http_ssi_filter_module.c                 if (ctx->output) {
output            617 http/modules/ngx_http_ssi_filter_module.c                     if (ctx->output) {
output            637 http/modules/ngx_http_ssi_filter_module.c                 if (!ctx->output && !cmd->block) {
output           2332 http/modules/ngx_http_ssi_filter_module.c         ctx->output = 0;
output           2383 http/modules/ngx_http_ssi_filter_module.c             ctx->output = 1;
output           2387 http/modules/ngx_http_ssi_filter_module.c             ctx->output = 0;
output           2490 http/modules/ngx_http_ssi_filter_module.c         ctx->output = 1;
output           2494 http/modules/ngx_http_ssi_filter_module.c         ctx->output = 0;
output           2518 http/modules/ngx_http_ssi_filter_module.c         ctx->output = 0;
output           2520 http/modules/ngx_http_ssi_filter_module.c         ctx->output = 1;
output           2536 http/modules/ngx_http_ssi_filter_module.c     ctx->output = 1;
output           2573 http/modules/ngx_http_ssi_filter_module.c     ctx->output = 0;
output           2587 http/modules/ngx_http_ssi_filter_module.c     ctx->output = 1;
output             70 http/modules/ngx_http_ssi_filter_module.h     unsigned                  output:1;
output            435 http/modules/ngx_http_uwsgi_module.c     u->output.tag = (ngx_buf_tag_t) &ngx_http_uwsgi_module;
output            497 http/ngx_http_upstream.c     u->output.alignment = clcf->directio_alignment;
output            498 http/ngx_http_upstream.c     u->output.pool = r->pool;
output            499 http/ngx_http_upstream.c     u->output.bufs.num = 1;
output            500 http/ngx_http_upstream.c     u->output.bufs.size = clcf->client_body_buffer_size;
output            501 http/ngx_http_upstream.c     u->output.output_filter = ngx_chain_writer;
output            502 http/ngx_http_upstream.c     u->output.filter_ctx = &u->writer;
output           1126 http/ngx_http_upstream.c     u->output.sendfile = c->sendfile;
output           1158 http/ngx_http_upstream.c         u->output.free = ngx_alloc_chain_link(r->pool);
output           1159 http/ngx_http_upstream.c         if (u->output.free == NULL) {
output           1165 http/ngx_http_upstream.c         u->output.free->buf = r->request_body->buf;
output           1166 http/ngx_http_upstream.c         u->output.free->next = NULL;
output           1167 http/ngx_http_upstream.c         u->output.allocated = 1;
output           1171 http/ngx_http_upstream.c         r->request_body->buf->tag = u->output.tag;
output           1212 http/ngx_http_upstream.c     u->output.sendfile = 0;
output           1293 http/ngx_http_upstream.c         && r != r->main && u->output.buf)
output           1295 http/ngx_http_upstream.c         u->output.free = ngx_alloc_chain_link(r->pool);
output           1296 http/ngx_http_upstream.c         if (u->output.free == NULL) {
output           1300 http/ngx_http_upstream.c         u->output.free->buf = u->output.buf;
output           1301 http/ngx_http_upstream.c         u->output.free->next = NULL;
output           1303 http/ngx_http_upstream.c         u->output.buf->pos = u->output.buf->start;
output           1304 http/ngx_http_upstream.c         u->output.buf->last = u->output.buf->start;
output           1307 http/ngx_http_upstream.c     u->output.buf = NULL;
output           1308 http/ngx_http_upstream.c     u->output.in = NULL;
output           1309 http/ngx_http_upstream.c     u->output.busy = NULL;
output           1347 http/ngx_http_upstream.c     rc = ngx_output_chain(&u->output, u->request_sent ? NULL : u->request_bufs);
output           1489 http/ngx_http_upstream.c         u->buffer.tag = u->output.tag;
output           2206 http/ngx_http_upstream.c     p->tag = u->output.tag;
output           2387 http/ngx_http_upstream.c                                         &u->out_bufs, u->output.tag);
output           2505 http/ngx_http_upstream.c     cl->buf->tag = u->output.tag;
output            259 http/ngx_http_upstream.h     ngx_output_chain_ctx_t           output;