bufs               68 core/ngx_buf.c ngx_create_chain_of_bufs(ngx_pool_t *pool, ngx_bufs_t *bufs)
bufs               75 core/ngx_buf.c     p = ngx_palloc(pool, bufs->num * bufs->size);
bufs               82 core/ngx_buf.c     for (i = 0; i < bufs->num; i++) {
bufs              106 core/ngx_buf.c         p += bufs->size;
bufs              102 core/ngx_buf.h     ngx_bufs_t                   bufs;
bufs              138 core/ngx_buf.h ngx_chain_t *ngx_create_chain_of_bufs(ngx_pool_t *pool, ngx_bufs_t *bufs);
bufs             1351 core/ngx_conf_file.c     ngx_bufs_t  *bufs;
bufs             1354 core/ngx_conf_file.c     bufs = (ngx_bufs_t *) (p + cmd->offset);
bufs             1355 core/ngx_conf_file.c     if (bufs->num) {
bufs             1361 core/ngx_conf_file.c     bufs->num = ngx_atoi(value[1].data, value[1].len);
bufs             1362 core/ngx_conf_file.c     if (bufs->num == NGX_ERROR || bufs->num == 0) {
bufs             1366 core/ngx_conf_file.c     bufs->size = ngx_parse_size(&value[2]);
bufs             1367 core/ngx_conf_file.c     if (bufs->size == (size_t) NGX_ERROR || bufs->size == 0) {
bufs              154 core/ngx_output_chain.c                     } else if (out || ctx->allocated == ctx->bufs.num) {
bufs              348 core/ngx_output_chain.c         if (bsize >= (off_t) ctx->bufs.size) {
bufs              388 core/ngx_output_chain.c     size = ctx->bufs.size;
bufs              404 core/ngx_output_chain.c                    && ctx->bufs.num == 1
bufs              183 event/ngx_event_pipe.c             } else if (p->allocated < p->bufs.num) {
bufs              187 event/ngx_event_pipe.c                 b = ngx_create_temp_buf(p->pool, p->bufs.size);
bufs               62 event/ngx_event_pipe.h     ngx_bufs_t         bufs;
bufs              300 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.bufs),
bufs             2064 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_bufs_value(conf->upstream.bufs, prev->upstream.bufs,
bufs             2067 http/modules/ngx_http_fastcgi_module.c     if (conf->upstream.bufs.num < 2) {
bufs             2075 http/modules/ngx_http_fastcgi_module.c     if (size < conf->upstream.bufs.size) {
bufs             2076 http/modules/ngx_http_fastcgi_module.c         size = conf->upstream.bufs.size;
bufs             2101 http/modules/ngx_http_fastcgi_module.c         > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
bufs               20 http/modules/ngx_http_gzip_filter_module.c     ngx_bufs_t           bufs;
bufs               44 http/modules/ngx_http_gzip_filter_module.c     ngx_int_t            bufs;
bufs              143 http/modules/ngx_http_gzip_filter_module.c       offsetof(ngx_http_gzip_conf_t, bufs),
bufs              734 http/modules/ngx_http_gzip_filter_module.c     } else if (ctx->bufs < conf->bufs.num) {
bufs              736 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf = ngx_create_temp_buf(r->pool, conf->bufs.size);
bufs              743 http/modules/ngx_http_gzip_filter_module.c         ctx->bufs++;
bufs              751 http/modules/ngx_http_gzip_filter_module.c     ctx->zstream.avail_out = conf->bufs.size;
bufs             1124 http/modules/ngx_http_gzip_filter_module.c     ngx_conf_merge_bufs_value(conf->bufs, prev->bufs,
bufs              526 http/modules/ngx_http_memcached_module.c     conf->upstream.bufs.num = 0;
bufs              309 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.bufs),
bufs             1763 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_bufs_value(conf->upstream.bufs, prev->upstream.bufs,
bufs             1766 http/modules/ngx_http_proxy_module.c     if (conf->upstream.bufs.num < 2) {
bufs             1774 http/modules/ngx_http_proxy_module.c     if (size < conf->upstream.bufs.size) {
bufs             1775 http/modules/ngx_http_proxy_module.c         size = conf->upstream.bufs.size;
bufs             1800 http/modules/ngx_http_proxy_module.c         > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
bufs              166 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.bufs),
bufs             1090 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_bufs_value(conf->upstream.bufs, prev->upstream.bufs,
bufs             1093 http/modules/ngx_http_scgi_module.c     if (conf->upstream.bufs.num < 2) {
bufs             1101 http/modules/ngx_http_scgi_module.c     if (size < conf->upstream.bufs.size) {
bufs             1102 http/modules/ngx_http_scgi_module.c         size = conf->upstream.bufs.size;
bufs             1127 http/modules/ngx_http_scgi_module.c         > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
bufs               42 http/modules/ngx_http_ssi_filter_module.c     ngx_chain_t  *bufs;
bufs              578 http/modules/ngx_http_ssi_filter_module.c                         for (ll = &bl[mctx->blocks->nelts - 1].bufs;
bufs              693 http/modules/ngx_http_ssi_filter_module.c                         for (ll = &bl[mctx->blocks->nelts - 1].bufs;
bufs             1954 http/modules/ngx_http_ssi_filter_module.c             for (tl = bl[i].bufs; tl; tl = tl->next) {
bufs             1987 http/modules/ngx_http_ssi_filter_module.c             psr->data = bl[i].bufs;
bufs             2570 http/modules/ngx_http_ssi_filter_module.c     bl->bufs = NULL;
bufs              193 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.bufs),
bufs             1143 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_bufs_value(conf->upstream.bufs, prev->upstream.bufs,
bufs             1146 http/modules/ngx_http_uwsgi_module.c     if (conf->upstream.bufs.num < 2) {
bufs             1154 http/modules/ngx_http_uwsgi_module.c     if (size < conf->upstream.bufs.size) {
bufs             1155 http/modules/ngx_http_uwsgi_module.c         size = conf->upstream.bufs.size;
bufs             1180 http/modules/ngx_http_uwsgi_module.c         > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
bufs               13 http/ngx_http_copy_filter_module.c     ngx_bufs_t  bufs;
bufs               38 http/ngx_http_copy_filter_module.c       offsetof(ngx_http_copy_filter_conf_t, bufs),
bufs              114 http/ngx_http_copy_filter_module.c         ctx->bufs = conf->bufs;
bufs              268 http/ngx_http_copy_filter_module.c     conf->bufs.num = 0;
bufs              280 http/ngx_http_copy_filter_module.c     ngx_conf_merge_bufs_value(conf->bufs, prev->bufs, 1, 32768);
bufs              273 http/ngx_http_request.h     ngx_chain_t                      *bufs;
bufs              130 http/ngx_http_request_body.c         rb->bufs = ngx_alloc_chain_link(r->pool);
bufs              131 http/ngx_http_request_body.c         if (rb->bufs == NULL) {
bufs              135 http/ngx_http_request_body.c         rb->bufs->buf = b;
bufs              136 http/ngx_http_request_body.c         rb->bufs->next = NULL;
bufs              148 http/ngx_http_request_body.c                 if (ngx_http_write_request_body(r, rb->bufs) != NGX_OK) {
bufs              172 http/ngx_http_request_body.c             rb->to_write = rb->bufs;
bufs              179 http/ngx_http_request_body.c         next = &rb->bufs->next;
bufs              184 http/ngx_http_request_body.c         next = &rb->bufs;
bufs              222 http/ngx_http_request_body.c         next = &rb->bufs;
bufs              228 http/ngx_http_request_body.c         rb->to_write = rb->bufs;
bufs              231 http/ngx_http_request_body.c         rb->to_write = rb->bufs->next ? rb->bufs->next : rb->bufs;
bufs              283 http/ngx_http_request_body.c                 rb->to_write = rb->bufs->next ? rb->bufs->next : rb->bufs;
bufs              366 http/ngx_http_request_body.c         if (rb->bufs->next) {
bufs              367 http/ngx_http_request_body.c             rb->bufs->next->buf = b;
bufs              370 http/ngx_http_request_body.c             rb->bufs->buf = b;
bufs              374 http/ngx_http_request_body.c     if (r->request_body_in_file_only && rb->bufs->next) {
bufs              375 http/ngx_http_request_body.c         rb->bufs = rb->bufs->next;
bufs              485 http/ngx_http_upstream.c         u->request_bufs = r->request_body->bufs;
bufs              499 http/ngx_http_upstream.c     u->output.bufs.num = 1;
bufs              500 http/ngx_http_upstream.c     u->output.bufs.size = clcf->client_body_buffer_size;
bufs             2207 http/ngx_http_upstream.c     p->bufs = u->conf->bufs;
bufs              137 http/ngx_http_upstream.h     ngx_bufs_t                       bufs;
bufs             1551 http/ngx_http_variables.c         || r->request_body->bufs == NULL
bufs             1559 http/ngx_http_variables.c     cl = r->request_body->bufs;