count             106 core/ngx_open_file_cache.c             file->count = 0;
count             234 core/ngx_open_file_cache.c                     file->count++;
count             248 core/ngx_open_file_cache.c                        file->name, file->fd, file->count, file->err);
count             286 core/ngx_open_file_cache.c                 file->count++;
count             306 core/ngx_open_file_cache.c         if (file->count == 0) {
count             365 core/ngx_open_file_cache.c     file->count = 0;
count             392 core/ngx_open_file_cache.c             file->count++;
count             408 core/ngx_open_file_cache.c                    file->name, file->fd, file->count, file->err, file->uses);
count             434 core/ngx_open_file_cache.c         if (file->count == 0) {
count             650 core/ngx_open_file_cache.c     c->file->count--;
count             665 core/ngx_open_file_cache.c                    file->name, file->fd, file->count, file->uses, file->close);
count             675 core/ngx_open_file_cache.c         if (file->uses >= min_uses || file->count) {
count             682 core/ngx_open_file_cache.c     if (file->count) {
count             713 core/ngx_open_file_cache.c                          file->count ? NGX_FLUSH_EVENT : NGX_CLOSE_EVENT);
count              65 core/ngx_open_file_cache.h     unsigned                 count:24;
count             200 http/modules/ngx_http_memcached_module.c     r->main->count++;
count            1157 http/modules/ngx_http_proxy_module.c     ctx->status.count = 0;
count             775 http/modules/ngx_http_scgi_module.c     status->count = 0;
count              43 http/modules/ngx_http_ssi_filter_module.c     ngx_uint_t    count;
count            1949 http/modules/ngx_http_ssi_filter_module.c         if (bl[i].count++) {
count            2571 http/modules/ngx_http_ssi_filter_module.c     bl->count = 0;
count             826 http/modules/ngx_http_uwsgi_module.c     status->count = 0;
count             171 http/modules/perl/ngx_http_perl_module.c     r->main->count++;
count              56 http/ngx_http.h     ngx_uint_t           count;
count              40 http/ngx_http_cache.h     unsigned                         count:20;
count            2288 http/ngx_http_core_module.c     r->main->count++;
count            2309 http/ngx_http_core_module.c         r->main->count++;
count            2342 http/ngx_http_core_module.c     r->main->count++;
count            2357 http/ngx_http_core_module.c     r->main->count++;
count             521 http/ngx_http_file_cache.c         fcn->count++;
count             583 http/ngx_http_file_cache.c     fcn->count = 1;
count             836 http/ngx_http_file_cache.c     c->node->count--;
count             925 http/ngx_http_file_cache.c     fcn->count--;
count             939 http/ngx_http_file_cache.c     } else if (!fcn->exists && fcn->count == 0 && c->min_uses == 1) {
count            1025 http/ngx_http_file_cache.c                   fcn->count, fcn->exists,
count            1028 http/ngx_http_file_cache.c         if (fcn->count == 0) {
count            1099 http/ngx_http_file_cache.c                        fcn->count, fcn->exists,
count            1102 http/ngx_http_file_cache.c         if (fcn->count == 0) {
count            1128 http/ngx_http_file_cache.c                       2 * NGX_HTTP_CACHE_KEY_LEN, key, fcn->count);
count            1161 http/ngx_http_file_cache.c         fcn->count++;
count            1177 http/ngx_http_file_cache.c         fcn->count--;
count            1181 http/ngx_http_file_cache.c     if (fcn->count == 0) {
count            1441 http/ngx_http_file_cache.c         fcn->count = 0;
count            1456 http/ngx_http_parse.c             if (++status->count == 3) {
count             489 http/ngx_http_request.c     r->count = 1;
count            1876 http/ngx_http_request.c                    rc, &r->uri, &r->args, r == c->data, r->main->count);
count            1965 http/ngx_http_request.c             r->main->count--;
count            2001 http/ngx_http_request.c             r->main->count++;
count            2068 http/ngx_http_request.c                    "http terminate request count:%d", mr->count);
count            2087 http/ngx_http_request.c                    mr->count, mr->blocked);
count            2110 http/ngx_http_request.c                    "http terminate handler count:%d", r->count);
count            2112 http/ngx_http_request.c     r->count = 1;
count            2125 http/ngx_http_request.c     if (r->main->count != 1) {
count            2881 http/ngx_http_request.c     r->main->count--;
count            2909 http/ngx_http_request.c                    "http request count:%d blk:%d", r->count, r->blocked);
count            2911 http/ngx_http_request.c     if (r->count == 0) {
count            2915 http/ngx_http_request.c     r->count--;
count            2917 http/ngx_http_request.c     if (r->count || r->blocked) {
count             428 http/ngx_http_request.h     unsigned                          count:8;
count              39 http/ngx_http_request_body.c     r->main->count++;
count             482 http/ngx_http_request_body.c         r->count++;
count             378 http/ngx_http_upstream.c         r->main->count++;
count             372 os/unix/ngx_files.c     size_t  count;
count             375 os/unix/ngx_files.c     count = (size_t) gl->pglob.gl_pathc;
count             377 os/unix/ngx_files.c     count = (size_t) gl->pglob.gl_matchc;
count             380 os/unix/ngx_files.c     if (gl->n < count) {