nbusy             289 http/ngx_http_request.c         if (hc->nbusy) {
nbusy            1218 http/ngx_http_request.c     } else if (hc->nbusy < cscf->large_client_header_buffers.num) {
nbusy            1242 http/ngx_http_request.c     hc->busy[hc->nbusy++] = b;
nbusy            2436 http/ngx_http_request.c             for (i = 0; i < hc->nbusy - 1; i++) {
nbusy            2444 http/ngx_http_request.c             hc->nbusy = 1;
nbusy            2523 http/ngx_http_request.c                    hc->busy, hc->nbusy);
nbusy            2526 http/ngx_http_request.c         for (i = 0; i < hc->nbusy; i++) {
nbusy            2531 http/ngx_http_request.c         hc->nbusy = 0;
nbusy             285 http/ngx_http_request.h     ngx_int_t                         nbusy;