next              704 core/nginx.c                       goto next;
next              709 core/nginx.c                       goto next;
next              718 core/nginx.c                       goto next;
next              723 core/nginx.c                       goto next;
next              732 core/nginx.c                       goto next;
next              737 core/nginx.c                       goto next;
next              761 core/nginx.c                       goto next;
next              773 core/nginx.c       next:
next               54 core/ngx_buf.c         pool->chain = cl->next;
next              116 core/ngx_buf.c         ll = &cl->next;
next              132 core/ngx_buf.c     for (cl = *chain; cl; cl = cl->next) {
next              133 core/ngx_buf.c         ll = &cl->next;
next              144 core/ngx_buf.c         ll = &cl->next;
next              145 core/ngx_buf.c         in = in->next;
next              161 core/ngx_buf.c         *free = cl->next;
next              162 core/ngx_buf.c         cl->next = NULL;
next              176 core/ngx_buf.c     cl->next = NULL;
next              192 core/ngx_buf.c         for (cl = *busy; cl->next; cl = cl->next) { /* void */ }
next              194 core/ngx_buf.c         cl->next = *out;
next              205 core/ngx_buf.c             *busy = (*busy)->next;
next              213 core/ngx_buf.c         *busy = cl->next;
next              214 core/ngx_buf.c         cl->next = *free;
next               60 core/ngx_buf.h     ngx_chain_t  *next;
next              146 core/ngx_buf.h     cl->next = pool->chain;                                                  \
next              923 core/ngx_conf_file.c                 if (part->next == NULL) {
next              926 core/ngx_conf_file.c                 part = part->next;
next              977 core/ngx_conf_file.c             if (part->next == NULL) {
next              980 core/ngx_conf_file.c             part = part->next;
next              136 core/ngx_cycle.c         for (part = old_cycle->open_files.part.next; part; part = part->next) {
next              154 core/ngx_cycle.c         for (part = old_cycle->shared_memory.part.next; part; part = part->next)
next              356 core/ngx_cycle.c             if (part->next == NULL) {
next              359 core/ngx_cycle.c             part = part->next;
next              406 core/ngx_cycle.c             if (part->next == NULL) {
next              409 core/ngx_cycle.c             part = part->next;
next              434 core/ngx_cycle.c                 if (opart->next == NULL) {
next              437 core/ngx_cycle.c                 opart = opart->next;
next              617 core/ngx_cycle.c             if (opart->next == NULL) {
next              620 core/ngx_cycle.c             opart = opart->next;
next              631 core/ngx_cycle.c                 if (part->next == NULL) {
next              634 core/ngx_cycle.c                 part = part->next;
next              702 core/ngx_cycle.c             if (part->next == NULL) {
next              705 core/ngx_cycle.c             part = part->next;
next              802 core/ngx_cycle.c             if (part->next == NULL) {
next              805 core/ngx_cycle.c             part = part->next;
next             1130 core/ngx_cycle.c             if (part->next == NULL) {
next             1133 core/ngx_cycle.c             part = part->next;
next             1274 core/ngx_cycle.c             if (part->next == NULL) {
next             1277 core/ngx_cycle.c             part = part->next;
next               29 core/ngx_hash.c             goto next;
next               34 core/ngx_hash.c                 goto next;
next               40 core/ngx_hash.c     next:
next              303 core/ngx_hash.c                 goto next;
next              309 core/ngx_hash.c     next:
next               27 core/ngx_list.c     list->part.next = NULL;
next               60 core/ngx_list.c         last->next = NULL;
next               62 core/ngx_list.c         l->last->next = last;
next               20 core/ngx_list.h     ngx_list_part_t  *next;
next               44 core/ngx_list.h     list->part.next = NULL;
next               59 core/ngx_output_chain.c         if (in->next == NULL
next              115 core/ngx_output_chain.c                 ctx->in = ctx->in->next;
next              125 core/ngx_output_chain.c                 ctx->in = cl->next;
next              128 core/ngx_output_chain.c                 last_out = &cl->next;
next              129 core/ngx_output_chain.c                 cl->next = NULL;
next              150 core/ngx_output_chain.c                         ctx->free = cl->next;
next              181 core/ngx_output_chain.c                 ctx->in = ctx->in->next;
next              190 core/ngx_output_chain.c             cl->next = NULL;
next              192 core/ngx_output_chain.c             last_out = &cl->next;
next              272 core/ngx_output_chain.c     for (cl = *chain; cl; cl = cl->next) {
next              273 core/ngx_output_chain.c         ll = &cl->next;
next              312 core/ngx_output_chain.c             in = in->next;
next              317 core/ngx_output_chain.c         in = in->next;
next              321 core/ngx_output_chain.c         cl->next = NULL;
next              323 core/ngx_output_chain.c         ll = &cl->next;
next              610 core/ngx_output_chain.c     for (size = 0; in; in = in->next) {
next              630 core/ngx_output_chain.c         cl->next = NULL;
next              632 core/ngx_output_chain.c         ctx->last = &cl->next;
next              638 core/ngx_output_chain.c     for (cl = ctx->out; cl; cl = cl->next) {
next               27 core/ngx_palloc.c     p->d.next = NULL;
next               50 core/ngx_palloc.c     for (c = pool->cleanup; c; c = c->next) {
next               58 core/ngx_palloc.c     for (l = pool->large; l; l = l->next) {
next               74 core/ngx_palloc.c     for (p = pool, n = pool->d.next; /* void */; p = n, n = n->d.next) {
next               85 core/ngx_palloc.c     for (p = pool, n = pool->d.next; /* void */; p = n, n = n->d.next) {
next              101 core/ngx_palloc.c     for (l = pool->large; l; l = l->next) {
next              109 core/ngx_palloc.c     for (p = pool; p; p = p->d.next) {
next              134 core/ngx_palloc.c             p = p->d.next;
next              164 core/ngx_palloc.c             p = p->d.next;
next              192 core/ngx_palloc.c     new->d.next = NULL;
next              201 core/ngx_palloc.c     for (p = current; p->d.next; p = p->d.next) {
next              203 core/ngx_palloc.c             current = p->d.next;
next              207 core/ngx_palloc.c     p->d.next = new;
next              229 core/ngx_palloc.c     for (large = pool->large; large; large = large->next) {
next              247 core/ngx_palloc.c     large->next = pool->large;
next              272 core/ngx_palloc.c     large->next = pool->large;
next              284 core/ngx_palloc.c     for (l = pool->large; l; l = l->next) {
next              334 core/ngx_palloc.c     c->next = p->cleanup;
next              350 core/ngx_palloc.c     for (c = p->cleanup; c; c = c->next) {
next              424 core/ngx_palloc.c         slot->block = slot->block->next;
next               36 core/ngx_palloc.h     ngx_pool_cleanup_t   *next;
next               43 core/ngx_palloc.h     ngx_pool_large_t     *next;
next               51 core/ngx_palloc.h     ngx_pool_t           *next;
next               19 core/ngx_queue.c     ngx_queue_t  *middle, *next;
next               27 core/ngx_queue.c     next = ngx_queue_head(queue);
next               32 core/ngx_queue.c         next = ngx_queue_next(next);
next               34 core/ngx_queue.c         if (next == ngx_queue_last(queue)) {
next               38 core/ngx_queue.c         next = ngx_queue_next(next);
next               40 core/ngx_queue.c         if (next == ngx_queue_last(queue)) {
next               53 core/ngx_queue.c     ngx_queue_t  *q, *prev, *next;
next               61 core/ngx_queue.c     for (q = ngx_queue_next(q); q != ngx_queue_sentinel(queue); q = next) {
next               64 core/ngx_queue.c         next = ngx_queue_next(q);
next               19 core/ngx_queue.h     ngx_queue_t  *next;
next               25 core/ngx_queue.h     (q)->next = q
next               33 core/ngx_queue.h     (x)->next = (h)->next;                                                    \
next               34 core/ngx_queue.h     (x)->next->prev = x;                                                      \
next               36 core/ngx_queue.h     (h)->next = x
next               44 core/ngx_queue.h     (x)->prev->next = x;                                                      \
next               45 core/ngx_queue.h     (x)->next = h;                                                            \
next               50 core/ngx_queue.h     (h)->next
next               62 core/ngx_queue.h     (q)->next
next               72 core/ngx_queue.h     (x)->next->prev = (x)->prev;                                              \
next               73 core/ngx_queue.h     (x)->prev->next = (x)->next;                                              \
next               75 core/ngx_queue.h     (x)->next = NULL
next               80 core/ngx_queue.h     (x)->next->prev = (x)->prev;                                              \
next               81 core/ngx_queue.h     (x)->prev->next = (x)->next
next               88 core/ngx_queue.h     (n)->prev->next = n;                                                      \
next               89 core/ngx_queue.h     (n)->next = q;                                                            \
next               91 core/ngx_queue.h     (h)->prev->next = h;                                                      \
next               96 core/ngx_queue.h     (h)->prev->next = (n)->next;                                              \
next               97 core/ngx_queue.h     (n)->next->prev = (h)->prev;                                              \
next               99 core/ngx_queue.h     (h)->prev->next = h;
next              112 core/ngx_radix_tree.c     ngx_radix_node_t  *node, *next;
next              117 core/ngx_radix_tree.c     next = tree->root;
next              121 core/ngx_radix_tree.c             next = node->right;
next              124 core/ngx_radix_tree.c             next = node->left;
next              127 core/ngx_radix_tree.c         if (next == NULL) {
next              132 core/ngx_radix_tree.c         node = next;
next              135 core/ngx_radix_tree.c     if (next) {
next              145 core/ngx_radix_tree.c         next = ngx_radix_alloc(tree);
next              146 core/ngx_radix_tree.c         if (next == NULL) {
next              150 core/ngx_radix_tree.c         next->right = NULL;
next              151 core/ngx_radix_tree.c         next->left = NULL;
next              152 core/ngx_radix_tree.c         next->parent = node;
next              153 core/ngx_radix_tree.c         next->value = NGX_RADIX_NO_VALUE;
next              156 core/ngx_radix_tree.c             node->right = next;
next              159 core/ngx_radix_tree.c             node->left = next;
next              163 core/ngx_radix_tree.c         node = next;
next              198 core/ngx_resolver.c     ngx_resolver_ctx_t   *ctx, *next;
next              207 core/ngx_resolver.c         for (ctx = rn->waiting; ctx; ctx = next) {
next              208 core/ngx_resolver.c             next = ctx->next;
next              336 core/ngx_resolver.c                     *p = w->next;
next              341 core/ngx_resolver.c                 p = &w->next;
next              342 core/ngx_resolver.c                 w = w->next;
next              377 core/ngx_resolver.c     ngx_resolver_ctx_t   *next;
next              415 core/ngx_resolver.c                 ctx->next = rn->waiting;
next              425 core/ngx_resolver.c                     next = ctx->next;
next              429 core/ngx_resolver.c                     ctx = next;
next              449 core/ngx_resolver.c             ctx->next = rn->waiting;
next              456 core/ngx_resolver.c                 next = ctx->next;
next              460 core/ngx_resolver.c                 ctx = next;
next              468 core/ngx_resolver.c             ctx->next = rn->waiting;
next              630 core/ngx_resolver.c             ctx->next = rn->waiting;
next              750 core/ngx_resolver.c                     *p = w->next;
next              755 core/ngx_resolver.c                 p = &w->next;
next              756 core/ngx_resolver.c                 w = w->next;
next             1127 core/ngx_resolver.c     ngx_resolver_ctx_t   *ctx, *next;
next             1164 core/ngx_resolver.c         next = rn->waiting;
next             1175 core/ngx_resolver.c         while (next) {
next             1176 core/ngx_resolver.c              ctx = next;
next             1178 core/ngx_resolver.c              next = ctx->next;
next             1335 core/ngx_resolver.c         next = rn->waiting;
next             1340 core/ngx_resolver.c         while (next) {
next             1341 core/ngx_resolver.c              ctx = next;
next             1346 core/ngx_resolver.c              next = ctx->next;
next             1427 core/ngx_resolver.c     ngx_resolver_ctx_t   *ctx, *next;
next             1480 core/ngx_resolver.c         next = rn->waiting;
next             1491 core/ngx_resolver.c         while (next) {
next             1492 core/ngx_resolver.c              ctx = next;
next             1494 core/ngx_resolver.c              next = ctx->next;
next             1559 core/ngx_resolver.c     next = rn->waiting;
next             1564 core/ngx_resolver.c     while (next) {
next             1565 core/ngx_resolver.c          ctx = next;
next             1568 core/ngx_resolver.c          next = ctx->next;
next              111 core/ngx_resolver.h     ngx_resolver_ctx_t       *next;
next              106 core/ngx_slab.c         slots[i].next = &slots[i];
next              119 core/ngx_slab.c     pool->free.next = (ngx_slab_page_t *) p;
next              122 core/ngx_slab.c     pool->pages->next = &pool->free;
next              196 core/ngx_slab.c     page = slots[slot].next;
next              198 core/ngx_slab.c     if (page->next != page) {
next              234 core/ngx_slab.c                                 prev->next = page->next;
next              235 core/ngx_slab.c                                 page->next->prev = page->prev;
next              237 core/ngx_slab.c                                 page->next = NULL;
next              248 core/ngx_slab.c                 page = page->next;
next              267 core/ngx_slab.c                             prev->next = page->next;
next              268 core/ngx_slab.c                             page->next->prev = page->prev;
next              270 core/ngx_slab.c                             page->next = NULL;
next              282 core/ngx_slab.c                 page = page->next;
next              309 core/ngx_slab.c                             prev->next = page->next;
next              310 core/ngx_slab.c                             page->next->prev = page->prev;
next              312 core/ngx_slab.c                             page->next = NULL;
next              324 core/ngx_slab.c                 page = page->next;
next              353 core/ngx_slab.c             page->next = &slots[slot];
next              356 core/ngx_slab.c             slots[slot].next = page;
next              366 core/ngx_slab.c             page->next = &slots[slot];
next              369 core/ngx_slab.c             slots[slot].next = page;
next              379 core/ngx_slab.c             page->next = &slots[slot];
next              382 core/ngx_slab.c             slots[slot].next = page;
next              450 core/ngx_slab.c             if (page->next == NULL) {
next              455 core/ngx_slab.c                 page->next = slots[slot].next;
next              456 core/ngx_slab.c                 slots[slot].next = page;
next              459 core/ngx_slab.c                 page->next->prev = (uintptr_t) page | NGX_SLAB_SMALL;
next              505 core/ngx_slab.c                 page->next = slots[slot].next;
next              506 core/ngx_slab.c                 slots[slot].next = page;
next              509 core/ngx_slab.c                 page->next->prev = (uintptr_t) page | NGX_SLAB_EXACT;
next              539 core/ngx_slab.c             if (page->next == NULL) {
next              544 core/ngx_slab.c                 page->next = slots[slot].next;
next              545 core/ngx_slab.c                 slots[slot].next = page;
next              548 core/ngx_slab.c                 page->next->prev = (uintptr_t) page | NGX_SLAB_BIG;
next              625 core/ngx_slab.c     for (page = pool->free.next; page != &pool->free; page = page->next) {
next              631 core/ngx_slab.c                 page[pages].next = page->next;
next              635 core/ngx_slab.c                 p->next = &page[pages];
next              636 core/ngx_slab.c                 page->next->prev = (uintptr_t) &page[pages];
next              640 core/ngx_slab.c                 p->next = page->next;
next              641 core/ngx_slab.c                 page->next->prev = page->prev;
next              645 core/ngx_slab.c             page->next = NULL;
next              654 core/ngx_slab.c                 p->next = NULL;
next              681 core/ngx_slab.c     if (page->next) {
next              683 core/ngx_slab.c         prev->next = page->next;
next              684 core/ngx_slab.c         page->next->prev = page->prev;
next              688 core/ngx_slab.c     page->next = pool->free.next;
next              690 core/ngx_slab.c     page->next->prev = (uintptr_t) page;
next              692 core/ngx_slab.c     pool->free.next = page;
next               19 core/ngx_slab.h     ngx_slab_page_t  *next;
next             1293 core/ngx_string.c     u_char  c, *next;
next             1317 core/ngx_string.c         next = src;
next             1319 core/ngx_string.c         if (ngx_utf8_decode(&next, len) > 0x10ffff) {
next             1324 core/ngx_string.c         while (src < next) {
next              373 core/ngx_times.c     time_t     now, next;
next              385 core/ngx_times.c     next = mktime(&tm);
next              387 core/ngx_times.c     if (next == -1) {
next              391 core/ngx_times.c     if (next - now > 0) {
next              392 core/ngx_times.c         return next;
next              399 core/ngx_times.c     next = mktime(&tm);
next              401 core/ngx_times.c     if (next != -1) {
next              402 core/ngx_times.c         return next;
next              579 event/ngx_event.c     ngx_connection_t    *c, *next, *old;
next              713 event/ngx_event.c     next = NULL;
next              718 event/ngx_event.c         c[i].data = next;
next              723 event/ngx_event.c         next = &c[i];
next              730 event/ngx_event.c     cycle->free_connections = next;
next              166 event/ngx_event.h     ngx_event_t     *next;
next               47 event/ngx_event_busy_lock.c             bl->last->next = ctx;
next               97 event/ngx_event_busy_lock.c                 bl->last->next = ctx;
next              123 event/ngx_event_busy_lock.c         bl->events = bl->events->next;
next              141 event/ngx_event_busy_lock.c         for (wakeup = bl->events; wakeup; wakeup = wakeup->next) {
next              186 event/ngx_event_busy_lock.c         bl->events = ctx->next;
next              190 event/ngx_event_busy_lock.c         for (c = bl->events->next; c; c = c->next) {
next              192 event/ngx_event_busy_lock.c                 p->next = ctx->next;
next               30 event/ngx_event_busy_lock.h     ngx_event_busy_lock_ctx_t  *next;
next               24 event/ngx_event_mutex.c             m->last->next = ev;
next               28 event/ngx_event_mutex.c         ev->next = NULL;
next               62 event/ngx_event_mutex.c         m->events = ev->next;
next               64 event/ngx_event_mutex.c         ev->next = (ngx_event_t *) ngx_posted_events;
next              715 event/ngx_event_openssl.c                 cl = cl->next;
next              934 event/ngx_event_openssl.c                 in = in->next;
next              952 event/ngx_event_openssl.c                 in = in->next;
next              999 event/ngx_event_openssl.c                 in = in->next;
next             1024 event/ngx_event_openssl.c                 in = in->next;
next              177 event/ngx_event_pipe.c                     p->free_raw_bufs = p->free_raw_bufs->next;
next              178 event/ngx_event_pipe.c                     chain->next = NULL;
next              200 event/ngx_event_pipe.c                 chain->next = NULL;
next              256 event/ngx_event_pipe.c                     p->free_raw_bufs = p->free_raw_bufs->next;
next              257 event/ngx_event_pipe.c                     chain->next = NULL;
next              278 event/ngx_event_pipe.c                 chain->next = p->free_raw_bufs;
next              324 event/ngx_event_pipe.c                 cl = cl->next;
next              334 event/ngx_event_pipe.c             for (ln = cl; ln->next; ln = ln->next) { /* void */ }
next              336 event/ngx_event_pipe.c             ln->next = p->free_raw_bufs;
next              343 event/ngx_event_pipe.c     for (cl = p->busy; cl; cl = cl->next) {
next              356 event/ngx_event_pipe.c     for (cl = p->out; cl; cl = cl->next) {
next              369 event/ngx_event_pipe.c     for (cl = p->in; cl; cl = cl->next) {
next              382 event/ngx_event_pipe.c     for (cl = p->free_raw_bufs; cl; cl = cl->next) {
next              405 event/ngx_event_pipe.c         p->free_raw_bufs = p->free_raw_bufs->next;
next              408 event/ngx_event_pipe.c             for (cl = p->free_raw_bufs; cl; cl = cl->next) {
next              452 event/ngx_event_pipe.c             for (cl = p->busy; cl; cl = cl->next) {
next              460 event/ngx_event_pipe.c                 for (cl = p->out; cl; cl = cl->next) {
next              478 event/ngx_event_pipe.c                 for (cl = p->in; cl; cl = cl->next) {
next              495 event/ngx_event_pipe.c                 file.next = NULL;
next              525 event/ngx_event_pipe.c         for (cl = p->busy; cl; cl = cl->next) {
next              562 event/ngx_event_pipe.c                 p->out = p->out->next;
next              580 event/ngx_event_pipe.c                         p->in = p->in->next;
next              582 event/ngx_event_pipe.c                         cl->next = NULL;
next              597 event/ngx_event_pipe.c                 p->in = p->in->next;
next              607 event/ngx_event_pipe.c             cl->next = NULL;
next              614 event/ngx_event_pipe.c             ll = &cl->next;
next              643 event/ngx_event_pipe.c         for (cl = p->free; cl; cl = cl->next) {
next              682 event/ngx_event_pipe.c     ngx_chain_t  *cl, *tl, *next, *out, **ll, **last_free, fl;
next              686 event/ngx_event_pipe.c         fl.next = p->in;
next              716 event/ngx_event_pipe.c             ll = &cl->next;
next              717 event/ngx_event_pipe.c             cl = cl->next;
next              747 event/ngx_event_pipe.c          last_free = &(*last_free)->next)
next              755 event/ngx_event_pipe.c         out = out->next;
next              758 event/ngx_event_pipe.c     for (cl = out; cl; cl = next) {
next              759 event/ngx_event_pipe.c         next = cl->next;
next              760 event/ngx_event_pipe.c         cl->next = NULL;
next              776 event/ngx_event_pipe.c         p->last_out = &cl->next;
next              786 event/ngx_event_pipe.c             tl->next = NULL;
next              789 event/ngx_event_pipe.c             last_free = &tl->next;
next              817 event/ngx_event_pipe.c         p->free = cl->next;
next              840 event/ngx_event_pipe.c     cl->next = NULL;
next              849 event/ngx_event_pipe.c     p->last_in = &cl->next;
next              858 event/ngx_event_pipe.c     ngx_buf_t  *b, *next;
next              867 event/ngx_event_pipe.c         next = b->shadow;
next              873 event/ngx_event_pipe.c         b = next;
next              900 event/ngx_event_pipe.c     for (cl = *free; cl; cl = cl->next) {
next              902 event/ngx_event_pipe.c             *ll = cl->next;
next              910 event/ngx_event_pipe.c         ll = &cl->next;
next              933 event/ngx_event_pipe.c         cl->next = NULL;
next              942 event/ngx_event_pipe.c         cl->next = p->free_raw_bufs;
next              950 event/ngx_event_pipe.c     cl->next = p->free_raw_bufs->next;
next              951 event/ngx_event_pipe.c     p->free_raw_bufs->next = cl;
next              989 event/ngx_event_pipe.c             tl = cl->next;
next              990 event/ngx_event_pipe.c             cl->next = p->free;
next               60 event/ngx_event_posted.c     for (ev = (ngx_event_t *) ngx_posted_events; ev; ev = ev->next) {
next              106 event/ngx_event_posted.c                 ev = ev->next;
next              115 event/ngx_event_posted.c                     ev = ev->next;
next               24 event/ngx_event_posted.h         ev->next = (ngx_event_t *) *queue;                                    \
next               28 event/ngx_event_posted.h         if (ev->next) {                                                       \
next               29 event/ngx_event_posted.h             ev->next->prev = &ev->next;                                       \
next               49 event/ngx_event_posted.h     *(ev->prev) = ev->next;                                                   \
next               51 event/ngx_event_posted.h     if (ev->next) {                                                           \
next               52 event/ngx_event_posted.h         ev->next->prev = ev->prev;                                            \
next              200 http/modules/ngx_http_access_module.c                 goto next;
next              206 http/modules/ngx_http_access_module.c     next:
next              169 http/modules/ngx_http_addition_filter_module.c     for (cl = in; cl; cl = cl->next) {
next              547 http/modules/ngx_http_autoindex_module.c     out.next = NULL;
next              600 http/modules/ngx_http_autoindex_module.c     cl->next = NULL;
next              603 http/modules/ngx_http_autoindex_module.c     ctx->last_out = &cl->next;
next              560 http/modules/ngx_http_charset_filter_module.c         for (cl = in; cl; cl = cl->next) {
next              571 http/modules/ngx_http_charset_filter_module.c                 (*ll)->next = NULL;
next              573 http/modules/ngx_http_charset_filter_module.c                 ll = &(*ll)->next;
next              590 http/modules/ngx_http_charset_filter_module.c                 ll = &(*ll)->next;
next              601 http/modules/ngx_http_charset_filter_module.c                 for (cl = ctx->busy; cl->next; cl = cl->next) { /* void */ }
next              602 http/modules/ngx_http_charset_filter_module.c                 cl->next = out;
next              615 http/modules/ngx_http_charset_filter_module.c             ctx->busy = cl->next;
next              626 http/modules/ngx_http_charset_filter_module.c                 cl->next = ctx->free_buffers;
next              631 http/modules/ngx_http_charset_filter_module.c             cl->next = ctx->free_bufs;
next              638 http/modules/ngx_http_charset_filter_module.c     for (cl = in; cl; cl = cl->next) {
next              719 http/modules/ngx_http_charset_filter_module.c                 out->next = NULL;
next              753 http/modules/ngx_http_charset_filter_module.c                 out->next = cl;
next              771 http/modules/ngx_http_charset_filter_module.c         out->next = NULL;
next              870 http/modules/ngx_http_charset_filter_module.c     ll = &cl->next;
next              887 http/modules/ngx_http_charset_filter_module.c             ll = &cl->next;
next              985 http/modules/ngx_http_charset_filter_module.c     out->next = NULL;
next             1015 http/modules/ngx_http_charset_filter_module.c         out->next = NULL;
next             1035 http/modules/ngx_http_charset_filter_module.c         out->next = cl;
next             1041 http/modules/ngx_http_charset_filter_module.c     ll = &cl->next;
next             1063 http/modules/ngx_http_charset_filter_module.c             ll = &cl->next;
next             1095 http/modules/ngx_http_charset_filter_module.c         ctx->free_bufs = cl->next;
next             1098 http/modules/ngx_http_charset_filter_module.c         cl->next = NULL;
next             1113 http/modules/ngx_http_charset_filter_module.c     cl->next = NULL;
next             1130 http/modules/ngx_http_charset_filter_module.c          ll = &cl->next, cl = cl->next)
next             1135 http/modules/ngx_http_charset_filter_module.c             *ll = cl->next;
next             1136 http/modules/ngx_http_charset_filter_module.c             cl->next = NULL;
next             1156 http/modules/ngx_http_charset_filter_module.c     cl->next = NULL;
next             1627 http/modules/ngx_http_charset_filter_module.c                 goto next;
next             1631 http/modules/ngx_http_charset_filter_module.c                 goto next;
next             1640 http/modules/ngx_http_charset_filter_module.c     next:
next               96 http/modules/ngx_http_chunked_filter_module.c     ll = &out.next;
next              119 http/modules/ngx_http_chunked_filter_module.c             ll = &tl->next;
next              122 http/modules/ngx_http_chunked_filter_module.c         if (cl->next == NULL) {
next              126 http/modules/ngx_http_chunked_filter_module.c         cl = cl->next;
next              165 http/modules/ngx_http_chunked_filter_module.c             out.next = NULL;
next              173 http/modules/ngx_http_chunked_filter_module.c             return ngx_http_next_body_filter(r, out.next);
next              187 http/modules/ngx_http_chunked_filter_module.c     tail.next = NULL;
next              694 http/modules/ngx_http_fastcgi_module.c     ngx_uint_t                    i, n, next, hash, header_params;
next              752 http/modules/ngx_http_fastcgi_module.c                 if (part->next == NULL) {
next              756 http/modules/ngx_http_fastcgi_module.c                 part = part->next;
next              909 http/modules/ngx_http_fastcgi_module.c                 if (part->next == NULL) {
next              913 http/modules/ngx_http_fastcgi_module.c                 part = part->next;
next              920 http/modules/ngx_http_fastcgi_module.c                     goto next;
next              967 http/modules/ngx_http_fastcgi_module.c         next:
next             1013 http/modules/ngx_http_fastcgi_module.c             next = 0;
next             1029 http/modules/ngx_http_fastcgi_module.c                         next = 1;
next             1041 http/modules/ngx_http_fastcgi_module.c                         next = 1;
next             1060 http/modules/ngx_http_fastcgi_module.c                 cl->next = ngx_alloc_chain_link(r->pool);
next             1061 http/modules/ngx_http_fastcgi_module.c                 if (cl->next == NULL) {
next             1065 http/modules/ngx_http_fastcgi_module.c                 cl = cl->next;
next             1083 http/modules/ngx_http_fastcgi_module.c                 cl->next = ngx_alloc_chain_link(r->pool);
next             1084 http/modules/ngx_http_fastcgi_module.c                 if (cl->next == NULL) {
next             1088 http/modules/ngx_http_fastcgi_module.c                 cl = cl->next;
next             1091 http/modules/ngx_http_fastcgi_module.c             } while (!next);
next             1093 http/modules/ngx_http_fastcgi_module.c             body = body->next;
next             1109 http/modules/ngx_http_fastcgi_module.c     cl->next = NULL;
next             1699 http/modules/ngx_http_fastcgi_module.c             p->free = p->free->next;
next             1726 http/modules/ngx_http_fastcgi_module.c         cl->next = NULL;
next             1733 http/modules/ngx_http_fastcgi_module.c         p->last_in = &cl->next;
next             2344 http/modules/ngx_http_fastcgi_module.c                     goto next;
next             2357 http/modules/ngx_http_fastcgi_module.c         next:
next              203 http/modules/ngx_http_flv_module.c         out[0].next = &out[1];
next              238 http/modules/ngx_http_flv_module.c     out[1].next = NULL;
next              695 http/modules/ngx_http_geo_module.c                 goto next;
next              707 http/modules/ngx_http_geo_module.c                 goto next;
next              740 http/modules/ngx_http_geo_module.c                 goto next;
next              764 http/modules/ngx_http_geo_module.c                 goto next;
next              788 http/modules/ngx_http_geo_module.c                 goto next;
next              814 http/modules/ngx_http_geo_module.c     next:
next              536 http/modules/ngx_http_gzip_filter_module.c     for (cl = ctx->in; cl; cl = cl->next) {
next              538 http/modules/ngx_http_gzip_filter_module.c         ll = &cl->next;
next              578 http/modules/ngx_http_gzip_filter_module.c         ll = &cl->next;
next              579 http/modules/ngx_http_gzip_filter_module.c         in = in->next;
next              648 http/modules/ngx_http_gzip_filter_module.c     cl->next = ctx->out;
next              678 http/modules/ngx_http_gzip_filter_module.c         ctx->copy_buf->next = ctx->copied;
next              689 http/modules/ngx_http_gzip_filter_module.c     ctx->in = ctx->in->next;
next              732 http/modules/ngx_http_gzip_filter_module.c         ctx->free = ctx->free->next;
next              808 http/modules/ngx_http_gzip_filter_module.c         cl->next = NULL;
next              810 http/modules/ngx_http_gzip_filter_module.c         ctx->last_out = &cl->next;
next              831 http/modules/ngx_http_gzip_filter_module.c         cl->next = NULL;
next              833 http/modules/ngx_http_gzip_filter_module.c         ctx->last_out = &cl->next;
next              857 http/modules/ngx_http_gzip_filter_module.c         cl->next = NULL;
next              859 http/modules/ngx_http_gzip_filter_module.c         ctx->last_out = &cl->next;
next              896 http/modules/ngx_http_gzip_filter_module.c     cl->next = NULL;
next              898 http/modules/ngx_http_gzip_filter_module.c     ctx->last_out = &cl->next;
next              919 http/modules/ngx_http_gzip_filter_module.c         cl->next = NULL;
next              921 http/modules/ngx_http_gzip_filter_module.c         ctx->last_out = &cl->next;
next             1016 http/modules/ngx_http_gzip_filter_module.c     for (cl = ctx->copied; cl; cl = cl->next) {
next              248 http/modules/ngx_http_gzip_static_module.c     out.next = NULL;
next              293 http/modules/ngx_http_image_filter_module.c                     out.next = NULL;
next              348 http/modules/ngx_http_image_filter_module.c         out.next = NULL;
next              452 http/modules/ngx_http_image_filter_module.c     for (cl = in; cl; cl = cl->next) {
next              244 http/modules/ngx_http_memcached_module.c     cl->next = NULL;
next              432 http/modules/ngx_http_memcached_module.c     for (cl = u->out_bufs, ll = &u->out_bufs; cl; cl = cl->next) {
next              433 http/modules/ngx_http_memcached_module.c         ll = &cl->next;
next              941 http/modules/ngx_http_proxy_module.c                 if (part->next == NULL) {
next              945 http/modules/ngx_http_proxy_module.c                 part = part->next;
next             1059 http/modules/ngx_http_proxy_module.c                 if (part->next == NULL) {
next             1063 http/modules/ngx_http_proxy_module.c                 part = part->next;
next             1122 http/modules/ngx_http_proxy_module.c             cl->next = ngx_alloc_chain_link(r->pool);
next             1123 http/modules/ngx_http_proxy_module.c             if (cl->next == NULL) {
next             1127 http/modules/ngx_http_proxy_module.c             cl = cl->next;
next             1130 http/modules/ngx_http_proxy_module.c             body = body->next;
next             1139 http/modules/ngx_http_proxy_module.c     cl->next = NULL;
next             2167 http/modules/ngx_http_proxy_module.c                 goto next;
next             2180 http/modules/ngx_http_proxy_module.c     next:
next              634 http/modules/ngx_http_range_filter_module.c     for (cl = in; cl; cl = cl->next) {
next              648 http/modules/ngx_http_range_filter_module.c             ll = &cl->next;
next              690 http/modules/ngx_http_range_filter_module.c             cl->next = NULL;
next              696 http/modules/ngx_http_range_filter_module.c         ll = &cl->next;
next              804 http/modules/ngx_http_range_filter_module.c         hcl->next = rcl;
next              805 http/modules/ngx_http_range_filter_module.c         rcl->next = dcl;
next              806 http/modules/ngx_http_range_filter_module.c         ll = &dcl->next;
next              836 http/modules/ngx_http_range_filter_module.c     hcl->next = NULL;
next              183 http/modules/ngx_http_realip_module.c                 if (part->next == NULL) {
next              187 http/modules/ngx_http_realip_module.c                 part = part->next;
next              424 http/modules/ngx_http_rewrite_module.c     regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
next              619 http/modules/ngx_http_rewrite_module.c     if_code->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
next              758 http/modules/ngx_http_rewrite_module.c             regex->next = sizeof(ngx_http_script_regex_code_t);
next              576 http/modules/ngx_http_scgi_module.c                 if (part->next == NULL) {
next              580 http/modules/ngx_http_scgi_module.c                 part = part->next;
next              682 http/modules/ngx_http_scgi_module.c                 if (part->next == NULL) {
next              686 http/modules/ngx_http_scgi_module.c                 part = part->next;
next              693 http/modules/ngx_http_scgi_module.c                     goto next;
next              722 http/modules/ngx_http_scgi_module.c         next:
next              742 http/modules/ngx_http_scgi_module.c             cl->next = ngx_alloc_chain_link(r->pool);
next              743 http/modules/ngx_http_scgi_module.c             if (cl->next == NULL) {
next              747 http/modules/ngx_http_scgi_module.c             cl = cl->next;
next              750 http/modules/ngx_http_scgi_module.c             body = body->next;
next              757 http/modules/ngx_http_scgi_module.c     cl->next = NULL;
next             1351 http/modules/ngx_http_scgi_module.c                     goto next;
next             1364 http/modules/ngx_http_scgi_module.c         next:
next              438 http/modules/ngx_http_ssi_filter_module.c             ctx->in = ctx->in->next;
next              475 http/modules/ngx_http_ssi_filter_module.c                             ctx->free = ctx->free->next;
next              498 http/modules/ngx_http_ssi_filter_module.c                         ctx->last_out = &cl->next;
next              505 http/modules/ngx_http_ssi_filter_module.c                         ctx->free = ctx->free->next;
next              542 http/modules/ngx_http_ssi_filter_module.c                     cl->next = NULL;
next              544 http/modules/ngx_http_ssi_filter_module.c                     ctx->last_out = &cl->next;
next              571 http/modules/ngx_http_ssi_filter_module.c                         cl->next = NULL;
next              580 http/modules/ngx_http_ssi_filter_module.c                              ll = &(*ll)->next)
next              663 http/modules/ngx_http_ssi_filter_module.c                         cl->next = NULL;
next              695 http/modules/ngx_http_ssi_filter_module.c                              ll = &(*ll)->next)
next              814 http/modules/ngx_http_ssi_filter_module.c                 ctx->free = ctx->free->next;
next              836 http/modules/ngx_http_ssi_filter_module.c             cl->next = NULL;
next              838 http/modules/ngx_http_ssi_filter_module.c             ctx->last_out = &cl->next;
next              847 http/modules/ngx_http_ssi_filter_module.c                     ctx->free = ctx->free->next;
next              867 http/modules/ngx_http_ssi_filter_module.c                 cl->next = NULL;
next              869 http/modules/ngx_http_ssi_filter_module.c                 ctx->last_out = &cl->next;
next              902 http/modules/ngx_http_ssi_filter_module.c     for (cl = ctx->out; cl; cl = cl->next) {
next              921 http/modules/ngx_http_ssi_filter_module.c         for (cl = ctx->busy; cl->next; cl = cl->next) { /* void */ }
next              922 http/modules/ngx_http_ssi_filter_module.c         cl->next = ctx->out;
next              941 http/modules/ngx_http_ssi_filter_module.c         ctx->busy = cl->next;
next              946 http/modules/ngx_http_ssi_filter_module.c             cl->next = ctx->free;
next             1544 http/modules/ngx_http_ssi_filter_module.c             if (part->next == NULL) {
next             1548 http/modules/ngx_http_ssi_filter_module.c             part = part->next;
next             1954 http/modules/ngx_http_ssi_filter_module.c             for (tl = bl[i].bufs; tl; tl = tl->next) {
next             1958 http/modules/ngx_http_ssi_filter_module.c                     ctx->free = ctx->free->next;
next             1980 http/modules/ngx_http_ssi_filter_module.c                 cl->next = NULL;
next             1981 http/modules/ngx_http_ssi_filter_module.c                 ll = &cl->next;
next             2222 http/modules/ngx_http_ssi_filter_module.c     cl->next = NULL;
next             2224 http/modules/ngx_http_ssi_filter_module.c     ctx->last_out = &cl->next;
next              253 http/modules/ngx_http_static_module.c     out.next = NULL;
next              101 http/modules/ngx_http_stub_status_module.c     out.next = NULL;
next              225 http/modules/ngx_http_sub_filter_module.c             ctx->in = ctx->in->next;
next              260 http/modules/ngx_http_sub_filter_module.c                         ctx->free = ctx->free->next;
next              288 http/modules/ngx_http_sub_filter_module.c                     ctx->last_out = &cl->next;
next              295 http/modules/ngx_http_sub_filter_module.c                     ctx->free = ctx->free->next;
next              325 http/modules/ngx_http_sub_filter_module.c                 cl->next = NULL;
next              327 http/modules/ngx_http_sub_filter_module.c                 ctx->last_out = &cl->next;
next              377 http/modules/ngx_http_sub_filter_module.c             cl->next = NULL;
next              379 http/modules/ngx_http_sub_filter_module.c             ctx->last_out = &cl->next;
next              390 http/modules/ngx_http_sub_filter_module.c                     ctx->free = ctx->free->next;
next              410 http/modules/ngx_http_sub_filter_module.c                 cl->next = NULL;
next              412 http/modules/ngx_http_sub_filter_module.c                 ctx->last_out = &cl->next;
next              444 http/modules/ngx_http_sub_filter_module.c     for (cl = ctx->out; cl; cl = cl->next) {
next              463 http/modules/ngx_http_sub_filter_module.c         for (cl = ctx->busy; cl->next; cl = cl->next) { /* void */ }
next              464 http/modules/ngx_http_sub_filter_module.c         cl->next = ctx->out;
next              483 http/modules/ngx_http_sub_filter_module.c         ctx->busy = cl->next;
next              488 http/modules/ngx_http_sub_filter_module.c             cl->next = ctx->free;
next              604 http/modules/ngx_http_uwsgi_module.c                 if (part->next == NULL) {
next              608 http/modules/ngx_http_uwsgi_module.c                 part = part->next;
next              730 http/modules/ngx_http_uwsgi_module.c                 if (part->next == NULL) {
next              734 http/modules/ngx_http_uwsgi_module.c                 part = part->next;
next              741 http/modules/ngx_http_uwsgi_module.c                     goto next;
next              772 http/modules/ngx_http_uwsgi_module.c         next:
next              793 http/modules/ngx_http_uwsgi_module.c             cl->next = ngx_alloc_chain_link(r->pool);
next              794 http/modules/ngx_http_uwsgi_module.c             if (cl->next == NULL) {
next              798 http/modules/ngx_http_uwsgi_module.c             cl = cl->next;
next              801 http/modules/ngx_http_uwsgi_module.c             body = body->next;
next              808 http/modules/ngx_http_uwsgi_module.c     cl->next = NULL;
next             1409 http/modules/ngx_http_uwsgi_module.c                     goto next;
next             1422 http/modules/ngx_http_uwsgi_module.c         next:
next              225 http/modules/ngx_http_xslt_filter_module.c     for (cl = in; cl; cl = cl->next) {
next              317 http/modules/ngx_http_xslt_filter_module.c     out.next = NULL;
next              663 http/modules/ngx_http_xslt_filter_module.c     for (s = s->imports; s; s = s->next) {
next              685 http/modules/ngx_http_xslt_filter_module.c     for (s = s->imports; s; s = s->next) {
next              210 http/modules/perl/ngx_http_perl_module.c     if (ctx->next == NULL) {
next              216 http/modules/perl/ngx_http_perl_module.c         sub = ctx->next;
next              218 http/modules/perl/ngx_http_perl_module.c         ctx->next = NULL;
next              249 http/modules/perl/ngx_http_perl_module.c     if (ctx->done || ctx->next) {
next               27 http/modules/perl/ngx_http_perl_module.h     SV                       *next;
next              509 http/ngx_http.c                 ph->next = find_config_index;
next              524 http/ngx_http.c                 ph->next = n;
next              552 http/ngx_http.c             ph->next = n;
next              862 http/ngx_http_core_module.c         r->phase_handler = ph->next;
next             1037 http/ngx_http_core_module.c     r->phase_handler = ph->next;
next             1053 http/ngx_http_core_module.c         r->phase_handler = ph->next;
next             1088 http/ngx_http_core_module.c             r->phase_handler = ph->next;
next             1816 http/ngx_http_core_module.c     out.next = NULL;
next             2265 http/ngx_http_core_module.c     pr->next = NULL;
next             2268 http/ngx_http_core_module.c         for (p = r->postponed; p->next; p = p->next) { /* void */ }
next             2269 http/ngx_http_core_module.c         p->next = pr;
next             2426 http/ngx_http_core_module.c     cln->next = r->cleanup;
next             3899 http/ngx_http_core_module.c                 goto next;
next             3907 http/ngx_http_core_module.c     next:
next              122 http/ngx_http_core_module.h     ngx_uint_t                 next;
next              901 http/ngx_http_file_cache.c     out.next = NULL;
next             1195 http/ngx_http_file_cache.c     time_t  next, wait;
next             1197 http/ngx_http_file_cache.c     next = ngx_http_file_cache_expire(cache);
next             1213 http/ngx_http_file_cache.c             return next;
next             1223 http/ngx_http_file_cache.c             return next;
next              421 http/ngx_http_header_filter_module.c             if (part->next == NULL) {
next              425 http/ngx_http_header_filter_module.c             part = part->next;
next              581 http/ngx_http_header_filter_module.c             if (part->next == NULL) {
next              585 http/ngx_http_header_filter_module.c             part = part->next;
next              614 http/ngx_http_header_filter_module.c     out.next = NULL;
next              101 http/ngx_http_postpone_filter_module.c             r->postponed = pr->next;
next              123 http/ngx_http_postpone_filter_module.c         r->postponed = pr->next;
next              137 http/ngx_http_postpone_filter_module.c         for (pr = r->postponed; pr->next; pr = pr->next) { /* void */ }
next              143 http/ngx_http_postpone_filter_module.c         ppr = &pr->next;
next              158 http/ngx_http_postpone_filter_module.c     pr->next = NULL;
next             1827 http/ngx_http_request.c         r->main->posted_requests = pr->next;
next             1855 http/ngx_http_request.c     pr->next = NULL;
next             1857 http/ngx_http_request.c     for (p = &r->main->posted_requests; *p; p = &(*p)->next) { /* void */ }
next             1986 http/ngx_http_request.c                 pr->postponed = pr->postponed->next;
next             2082 http/ngx_http_request.c         cln = cln->next;
next             2861 http/ngx_http_request.c     out.next = NULL;
next             2944 http/ngx_http_request.c     for (cln = r->cleanup; cln; cln = cln->next) {
next              312 http/ngx_http_request.h     ngx_http_cleanup_t               *next;
next              330 http/ngx_http_request.h     ngx_http_postponed_request_t     *next;
next              338 http/ngx_http_request.h     ngx_http_posted_request_t        *next;
next               34 http/ngx_http_request_body.c     ngx_chain_t               *cl, **next;
next              136 http/ngx_http_request_body.c         rb->bufs->next = NULL;
next              179 http/ngx_http_request_body.c         next = &rb->bufs->next;
next              184 http/ngx_http_request_body.c         next = &rb->bufs;
next              215 http/ngx_http_request_body.c     cl->next = NULL;
next              222 http/ngx_http_request_body.c         next = &rb->bufs;
next              225 http/ngx_http_request_body.c     *next = cl;
next              231 http/ngx_http_request_body.c         rb->to_write = rb->bufs->next ? rb->bufs->next : rb->bufs;
next              283 http/ngx_http_request_body.c                 rb->to_write = rb->bufs->next ? rb->bufs->next : rb->bufs;
next              366 http/ngx_http_request_body.c         if (rb->bufs->next) {
next              367 http/ngx_http_request_body.c             rb->bufs->next->buf = b;
next              374 http/ngx_http_request_body.c     if (r->request_body_in_file_only && rb->bufs->next) {
next              375 http/ngx_http_request_body.c         rb->bufs = rb->bufs->next;
next              962 http/ngx_http_script.c         e->ip += code->next;
next             1411 http/ngx_http_script.c     e->ip += code->next;
next              121 http/ngx_http_script.h     uintptr_t                   next;
next              186 http/ngx_http_script.h     uintptr_t                   next;
next              516 http/ngx_http_special_response.c     r->headers_out.headers.part.next = NULL;
next              670 http/ngx_http_special_response.c     out[0].next = &out[1];
next              683 http/ngx_http_special_response.c     out[1].next = NULL;
next              695 http/ngx_http_special_response.c         out[1].next = &out[2];
next              697 http/ngx_http_special_response.c         out[2].next = NULL;
next              776 http/ngx_http_special_response.c     out.next = NULL;
next             1166 http/ngx_http_upstream.c         u->output.free->next = NULL;
next             1285 http/ngx_http_upstream.c     for (cl = u->request_bufs; cl; cl = cl->next) {
next             1301 http/ngx_http_upstream.c         u->output.free->next = NULL;
next             1823 http/ngx_http_upstream.c                 if (part->next == NULL) {
next             1827 http/ngx_http_upstream.c                 part = part->next;
next             1870 http/ngx_http_upstream.c             if (part->next == NULL) {
next             1874 http/ngx_http_upstream.c             part = part->next;
next             2246 http/ngx_http_upstream.c     p->preread_bufs->next = NULL;
next             2486 http/ngx_http_upstream.c     for (cl = u->out_bufs, ll = &u->out_bufs; cl; cl = cl->next) {
next             2487 http/ngx_http_upstream.c         ll = &cl->next;
next              125 http/ngx_http_upstream_round_robin.c         peers->next = backup;
next              526 http/ngx_http_upstream_round_robin.c     if (pc->tries == 1 && rrp->peers->next) {
next              527 http/ngx_http_upstream_round_robin.c         pc->tries += rrp->peers->next->number;
next              529 http/ngx_http_upstream_round_robin.c         n = rrp->peers->next->number / (8 * sizeof(uintptr_t)) + 1;
next              541 http/ngx_http_upstream_round_robin.c     if (peers->next) {
next              547 http/ngx_http_upstream_round_robin.c         rrp->peers = peers->next;
next               50 http/ngx_http_upstream_round_robin.h     ngx_http_upstream_rr_peers_t   *next;
next              732 http/ngx_http_variables.c             if (part->next == NULL) {
next              736 http/ngx_http_variables.c             part = part->next;
next             1547 http/ngx_http_variables.c     ngx_buf_t    *buf, *next;
next             1562 http/ngx_http_variables.c     if (cl->next == NULL) {
next             1572 http/ngx_http_variables.c     next = cl->next->buf;
next             1573 http/ngx_http_variables.c     len = (buf->last - buf->pos) + (next->last - next->pos);
next             1583 http/ngx_http_variables.c     ngx_memcpy(p, next->pos, next->last - next->pos);
next             1941 http/ngx_http_variables.c                 goto next;
next             1987 http/ngx_http_variables.c     next:
next               69 http/ngx_http_write_filter_module.c     for (cl = r->out; cl; cl = cl->next) {
next               70 http/ngx_http_write_filter_module.c         ll = &cl->next;
next              114 http/ngx_http_write_filter_module.c     for (ln = in; ln; ln = ln->next) {
next              122 http/ngx_http_write_filter_module.c         ll = &cl->next;
next              196 http/ngx_http_write_filter_module.c                 r->out = r->out->next;
next              283 http/ngx_http_write_filter_module.c         cl = cl->next;
next              376 mail/ngx_mail_auth_http_module.c             goto next;
next              383 mail/ngx_mail_auth_http_module.c             goto next;
next              390 mail/ngx_mail_auth_http_module.c             goto next;
next              397 mail/ngx_mail_auth_http_module.c             goto next;
next              404 mail/ngx_mail_auth_http_module.c             goto next;
next              439 mail/ngx_mail_auth_http_module.c next:
next               44 os/unix/ngx_aio_read_chain.c             cl = cl->next;
next               34 os/unix/ngx_aio_write_chain.c             cl = cl->next;
next               64 os/unix/ngx_aio_write_chain.c             cl = cl->next;
next               83 os/unix/ngx_aio_write_chain.c         for (cl = in; cl; cl = cl->next) {
next              107 os/unix/ngx_darwin_sendfile_chain.c              cl = cl->next)
next              164 os/unix/ngx_darwin_sendfile_chain.c                 cl = cl->next;
next              183 os/unix/ngx_darwin_sendfile_chain.c                     cl = cl->next;
next              212 os/unix/ngx_darwin_sendfile_chain.c                 cl = cl->next;
next              313 os/unix/ngx_darwin_sendfile_chain.c         for (cl = in; cl; cl = cl->next) {
next              162 os/unix/ngx_files.c     if (cl->next == NULL) {
next              198 os/unix/ngx_files.c             cl = cl->next;
next              111 os/unix/ngx_freebsd_sendfile_chain.c              cl = cl->next)
next              168 os/unix/ngx_freebsd_sendfile_chain.c                 cl = cl->next;
next              188 os/unix/ngx_freebsd_sendfile_chain.c                     cl = cl->next;
next              217 os/unix/ngx_freebsd_sendfile_chain.c                 cl = cl->next;
next              359 os/unix/ngx_freebsd_sendfile_chain.c         for (cl = in; cl; cl = cl->next) {
next               93 os/unix/ngx_linux_sendfile_chain.c              cl = cl->next)
next              236 os/unix/ngx_linux_sendfile_chain.c                 cl = cl->next;
next              325 os/unix/ngx_linux_sendfile_chain.c         for (cl = in; cl; cl = cl->next) {
next             1336 os/unix/ngx_process_cycle.c     time_t        next, n;
next             1340 os/unix/ngx_process_cycle.c     next = 60 * 60;
next             1348 os/unix/ngx_process_cycle.c             next = (n <= next) ? n : next;
next             1354 os/unix/ngx_process_cycle.c     if (next == 0) {
next             1355 os/unix/ngx_process_cycle.c         next = 1;
next             1358 os/unix/ngx_process_cycle.c     ngx_add_timer(ev, next * 1000);
next               84 os/unix/ngx_readv_chain.c         chain = chain->next;
next              208 os/unix/ngx_readv_chain.c         chain = chain->next;
next               96 os/unix/ngx_solaris_sendfilev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
next              198 os/unix/ngx_solaris_sendfilev_chain.c         for (cl = in; cl; cl = cl->next) {
next               73 os/unix/ngx_writev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
next              141 os/unix/ngx_writev_chain.c         for (cl = in; cl; cl = cl->next) {