current            58 core/ngx_open_file_cache.c     cache->current = 0;
current            99 core/ngx_open_file_cache.c         cache->current--;
current           115 core/ngx_open_file_cache.c     if (cache->current) {
current           118 core/ngx_open_file_cache.c                       cache->current);
current           321 core/ngx_open_file_cache.c         cache->current--;
current           338 core/ngx_open_file_cache.c     if (cache->current >= cache->max) {
current           362 core/ngx_open_file_cache.c     cache->current++;
current           432 core/ngx_open_file_cache.c         cache->current--;
current           756 core/ngx_open_file_cache.c         cache->current--;
current           872 core/ngx_open_file_cache.c     fev->cache->current--;
current            84 core/ngx_open_file_cache.h     ngx_uint_t               current;
current            33 core/ngx_palloc.c     p->current = p;
current           123 core/ngx_palloc.c         p = pool->current;
current           153 core/ngx_palloc.c         p = pool->current;
current           180 core/ngx_palloc.c     ngx_pool_t  *p, *new, *current;
current           199 core/ngx_palloc.c     current = pool->current;
current           201 core/ngx_palloc.c     for (p = current; p->d.next; p = p->d.next) {
current           203 core/ngx_palloc.c             current = p->d.next;
current           209 core/ngx_palloc.c     pool->current = current ? current : new;
current            59 core/ngx_palloc.h     ngx_pool_t           *current;
current           206 http/modules/ngx_http_upstream_ip_hash_module.c     iphp->rrp.current = p;
current           220 http/ngx_http_upstream_round_robin.c     rrp->current = 0;
current           326 http/ngx_http_upstream_round_robin.c     rrp->current = 0;
current           413 http/ngx_http_upstream_round_robin.c                 rrp->current = ngx_http_upstream_get_peer(rrp->peers);
current           417 http/ngx_http_upstream_round_robin.c                                rrp->current,
current           418 http/ngx_http_upstream_round_robin.c                                rrp->peers->peer[rrp->current].current_weight);
current           420 http/ngx_http_upstream_round_robin.c                 n = rrp->current / (8 * sizeof(uintptr_t));
current           421 http/ngx_http_upstream_round_robin.c                 m = (uintptr_t) 1 << rrp->current % (8 * sizeof(uintptr_t));
current           424 http/ngx_http_upstream_round_robin.c                     peer = &rrp->peers->peer[rrp->current];
current           467 http/ngx_http_upstream_round_robin.c                 n = rrp->current / (8 * sizeof(uintptr_t));
current           468 http/ngx_http_upstream_round_robin.c                 m = (uintptr_t) 1 << rrp->current % (8 * sizeof(uintptr_t));
current           472 http/ngx_http_upstream_round_robin.c                     peer = &rrp->peers->peer[rrp->current];
current           496 http/ngx_http_upstream_round_robin.c                 rrp->current++;
current           498 http/ngx_http_upstream_round_robin.c                 if (rrp->current >= rrp->peers->number) {
current           499 http/ngx_http_upstream_round_robin.c                     rrp->current = 0;
current           653 http/ngx_http_upstream_round_robin.c         peer = &rrp->peers->peer[rrp->current];
current           666 http/ngx_http_upstream_round_robin.c                        rrp->current, peer->current_weight);
current           675 http/ngx_http_upstream_round_robin.c     rrp->current++;
current           677 http/ngx_http_upstream_round_robin.c     if (rrp->current >= rrp->peers->number) {
current           678 http/ngx_http_upstream_round_robin.c         rrp->current = 0;
current           701 http/ngx_http_upstream_round_robin.c     peer = &rrp->peers->peer[rrp->current];
current           738 http/ngx_http_upstream_round_robin.c     peer = &rrp->peers->peer[rrp->current];
current            58 http/ngx_http_upstream_round_robin.h     ngx_uint_t                      current;