num                75 core/ngx_buf.c     p = ngx_palloc(pool, bufs->num * bufs->size);
num                82 core/ngx_buf.c     for (i = 0; i < bufs->num; i++) {
num                54 core/ngx_buf.h     /* STUB */ int   num;
num                65 core/ngx_buf.h     ngx_int_t    num;
num              1355 core/ngx_conf_file.c     if (bufs->num) {
num              1361 core/ngx_conf_file.c     bufs->num = ngx_atoi(value[1].data, value[1].len);
num              1362 core/ngx_conf_file.c     if (bufs->num == NGX_ERROR || bufs->num == 0) {
num               301 core/ngx_conf_file.h     if (conf.num == 0) {                                                     \
num               302 core/ngx_conf_file.h         if (prev.num) {                                                      \
num               303 core/ngx_conf_file.h             conf.num = prev.num;                                             \
num               306 core/ngx_conf_file.h             conf.num = default_num;                                          \
num               154 core/ngx_output_chain.c                     } else if (out || ctx->allocated == ctx->bufs.num) {
num               404 core/ngx_output_chain.c                    && ctx->bufs.num == 1
num               183 event/ngx_event_pipe.c             } else if (p->allocated < p->bufs.num) {
num               316 event/ngx_event_pipe.c                 /* STUB */ cl->buf->num = p->num++;
num               399 event/ngx_event_pipe.c         /* STUB */ p->free_raw_bufs->buf->num = p->num++;
num               842 event/ngx_event_pipe.c     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, p->log, 0, "input buf #%d", b->num);
num                85 event/ngx_event_pipe.h     /* STUB */ int     num;
num              1736 http/modules/ngx_http_fastcgi_module.c         /* STUB */ b->num = buf->num;
num              1739 http/modules/ngx_http_fastcgi_module.c                        "input buf #%d %p", b->num, b->pos);
num              2067 http/modules/ngx_http_fastcgi_module.c     if (conf->upstream.bufs.num < 2) {
num              2101 http/modules/ngx_http_fastcgi_module.c         > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
num               734 http/modules/ngx_http_gzip_filter_module.c     } else if (ctx->bufs < conf->bufs.num) {
num               526 http/modules/ngx_http_memcached_module.c     conf->upstream.bufs.num = 0;
num              1766 http/modules/ngx_http_proxy_module.c     if (conf->upstream.bufs.num < 2) {
num              1800 http/modules/ngx_http_proxy_module.c         > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
num              1093 http/modules/ngx_http_scgi_module.c     if (conf->upstream.bufs.num < 2) {
num              1127 http/modules/ngx_http_scgi_module.c         > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
num              1146 http/modules/ngx_http_uwsgi_module.c     if (conf->upstream.bufs.num < 2) {
num              1180 http/modules/ngx_http_uwsgi_module.c         > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size)
num               268 http/ngx_http_copy_filter_module.c     conf->bufs.num = 0;
num              1218 http/ngx_http_request.c     } else if (hc->nbusy < cscf->large_client_header_buffers.num) {
num              1222 http/ngx_http_request.c                   cscf->large_client_header_buffers.num * sizeof(ngx_buf_t *));
num              2428 http/ngx_http_request.c                   cscf->large_client_header_buffers.num * sizeof(ngx_buf_t *));
num               499 http/ngx_http_upstream.c     u->output.bufs.num = 1;