buffering         593 http/modules/ngx_http_fastcgi_module.c     u->buffering = 1;
buffering        1971 http/modules/ngx_http_fastcgi_module.c     conf->upstream.buffering = NGX_CONF_UNSET;
buffering        2041 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_value(conf->upstream.buffering,
buffering        2042 http/modules/ngx_http_fastcgi_module.c                               prev->upstream.buffering, 1);
buffering          58 http/modules/ngx_http_gzip_filter_module.c     unsigned             buffering:1;
buffering         290 http/modules/ngx_http_gzip_filter_module.c     ctx->buffering = (conf->postpone_gzipping != 0);
buffering         329 http/modules/ngx_http_gzip_filter_module.c     if (ctx->buffering) {
buffering         355 http/modules/ngx_http_gzip_filter_module.c             ctx->buffering = 0;
buffering         555 http/modules/ngx_http_gzip_filter_module.c             ctx->buffering = 0;
buffering         558 http/modules/ngx_http_gzip_filter_module.c         if (ctx->buffering && size) {
buffering         584 http/modules/ngx_http_gzip_filter_module.c     return ctx->buffering ? NGX_OK : NGX_DONE;
buffering         523 http/modules/ngx_http_memcached_module.c     conf->upstream.buffering = 0;
buffering         197 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.buffering),
buffering         606 http/modules/ngx_http_proxy_module.c     u->buffering = plcf->upstream.buffering;
buffering        1668 http/modules/ngx_http_proxy_module.c     conf->upstream.buffering = NGX_CONF_UNSET;
buffering        1741 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_value(conf->upstream.buffering,
buffering        1742 http/modules/ngx_http_proxy_module.c                               prev->upstream.buffering, 1);
buffering         415 http/modules/ngx_http_scgi_module.c     u->buffering = 1;
buffering        1000 http/modules/ngx_http_scgi_module.c     conf->upstream.buffering = NGX_CONF_UNSET;
buffering        1067 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_value(conf->upstream.buffering,
buffering        1068 http/modules/ngx_http_scgi_module.c                               prev->upstream.buffering, 1);
buffering         448 http/modules/ngx_http_uwsgi_module.c     u->buffering = 1;
buffering        1053 http/modules/ngx_http_uwsgi_module.c     conf->upstream.buffering = NGX_CONF_UNSET;
buffering        1120 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_value(conf->upstream.buffering,
buffering        1121 http/modules/ngx_http_uwsgi_module.c                               prev->upstream.buffering, 1);
buffering        2048 http/ngx_http_upstream.c     if (!u->buffering) {
buffering        3292 http/ngx_http_upstream.c                 r->upstream->buffering = 0;
buffering        3301 http/ngx_http_upstream.c                 r->upstream->buffering = 1;
buffering         142 http/ngx_http_upstream.h     ngx_flag_t                       buffering;
buffering         309 http/ngx_http_upstream.h     unsigned                         buffering:1;