ll 73 core/ngx_buf.c ngx_chain_t *chain, *cl, **ll; ll 80 core/ngx_buf.c ll = &chain; ll 115 core/ngx_buf.c *ll = cl; ll 116 core/ngx_buf.c ll = &cl->next; ll 119 core/ngx_buf.c *ll = NULL; ll 128 core/ngx_buf.c ngx_chain_t *cl, **ll; ll 130 core/ngx_buf.c ll = chain; ll 133 core/ngx_buf.c ll = &cl->next; ll 143 core/ngx_buf.c *ll = cl; ll 144 core/ngx_buf.c ll = &cl->next; ll 148 core/ngx_buf.c *ll = NULL; ll 265 core/ngx_output_chain.c ngx_chain_t *cl, **ll; ll 270 core/ngx_output_chain.c ll = chain; ll 273 core/ngx_output_chain.c ll = &cl->next; ll 322 core/ngx_output_chain.c *ll = cl; ll 323 core/ngx_output_chain.c ll = &cl->next; ll 433 event/ngx_event_pipe.c ngx_chain_t *out, **ll, *cl, file; ll 548 event/ngx_event_pipe.c ll = NULL; ll 585 event/ngx_event_pipe.c *ll = cl; ll 610 event/ngx_event_pipe.c *ll = cl; ll 614 event/ngx_event_pipe.c ll = &cl->next; ll 682 event/ngx_event_pipe.c ngx_chain_t *cl, *tl, *next, *out, **ll, **last_free, fl; ll 697 event/ngx_event_pipe.c ll = NULL; ll 716 event/ngx_event_pipe.c ll = &cl->next; ll 723 event/ngx_event_pipe.c if (ll == NULL) { ll 729 event/ngx_event_pipe.c *ll = NULL; ll 890 event/ngx_event_pipe.c ngx_chain_t *cl, **ll; ll 898 event/ngx_event_pipe.c ll = free; ll 902 event/ngx_event_pipe.c *ll = cl->next; ll 910 event/ngx_event_pipe.c ll = &cl->next; ll 546 http/modules/ngx_http_charset_filter_module.c ngx_chain_t *cl, *out, **ll; ll 558 http/modules/ngx_http_charset_filter_module.c ll = &out; ll 565 http/modules/ngx_http_charset_filter_module.c *ll = ngx_alloc_chain_link(r->pool); ll 566 http/modules/ngx_http_charset_filter_module.c if (*ll == NULL) { ll 570 http/modules/ngx_http_charset_filter_module.c (*ll)->buf = b; ll 571 http/modules/ngx_http_charset_filter_module.c (*ll)->next = NULL; ll 573 http/modules/ngx_http_charset_filter_module.c ll = &(*ll)->next; ll 579 http/modules/ngx_http_charset_filter_module.c *ll = ngx_http_charset_recode_to_utf8(r->pool, b, ctx); ll 582 http/modules/ngx_http_charset_filter_module.c *ll = ngx_http_charset_recode_from_utf8(r->pool, b, ctx); ll 585 http/modules/ngx_http_charset_filter_module.c if (*ll == NULL) { ll 589 http/modules/ngx_http_charset_filter_module.c while (*ll) { ll 590 http/modules/ngx_http_charset_filter_module.c ll = &(*ll)->next; ll 688 http/modules/ngx_http_charset_filter_module.c ngx_chain_t *out, *cl, **ll; ll 870 http/modules/ngx_http_charset_filter_module.c ll = &cl->next; ll 886 http/modules/ngx_http_charset_filter_module.c *ll = cl; ll 887 http/modules/ngx_http_charset_filter_module.c ll = &cl->next; ll 967 http/modules/ngx_http_charset_filter_module.c ngx_chain_t *out, *cl, **ll; ll 1041 http/modules/ngx_http_charset_filter_module.c ll = &cl->next; ll 1062 http/modules/ngx_http_charset_filter_module.c *ll = cl; ll 1063 http/modules/ngx_http_charset_filter_module.c ll = &cl->next; ll 1126 http/modules/ngx_http_charset_filter_module.c ngx_chain_t *cl, **ll; ll 1128 http/modules/ngx_http_charset_filter_module.c for (ll = &ctx->free_buffers, cl = ctx->free_buffers; ll 1130 http/modules/ngx_http_charset_filter_module.c ll = &cl->next, cl = cl->next) ll 1135 http/modules/ngx_http_charset_filter_module.c *ll = cl->next; ll 89 http/modules/ngx_http_chunked_filter_module.c ngx_chain_t out, tail, *cl, *tl, **ll; ll 96 http/modules/ngx_http_chunked_filter_module.c ll = &out.next; ll 118 http/modules/ngx_http_chunked_filter_module.c *ll = tl; ll 119 http/modules/ngx_http_chunked_filter_module.c ll = &tl->next; ll 172 http/modules/ngx_http_chunked_filter_module.c *ll = NULL; ll 188 http/modules/ngx_http_chunked_filter_module.c *ll = &tail; ll 525 http/modules/ngx_http_gzip_filter_module.c ngx_chain_t *cl, **ll; ll 534 http/modules/ngx_http_gzip_filter_module.c ll = &ctx->in; ll 538 http/modules/ngx_http_gzip_filter_module.c ll = &cl->next; ll 577 http/modules/ngx_http_gzip_filter_module.c *ll = cl; ll 578 http/modules/ngx_http_gzip_filter_module.c ll = &cl->next; ll 582 http/modules/ngx_http_gzip_filter_module.c *ll = NULL; ll 404 http/modules/ngx_http_memcached_module.c ngx_chain_t *cl, **ll; ll 432 http/modules/ngx_http_memcached_module.c for (cl = u->out_bufs, ll = &u->out_bufs; cl; cl = cl->next) { ll 433 http/modules/ngx_http_memcached_module.c ll = &cl->next; ll 444 http/modules/ngx_http_memcached_module.c *ll = cl; ll 627 http/modules/ngx_http_range_filter_module.c ngx_chain_t *out, *cl, **ll; ll 631 http/modules/ngx_http_range_filter_module.c ll = &out; ll 647 http/modules/ngx_http_range_filter_module.c *ll = cl; ll 648 http/modules/ngx_http_range_filter_module.c ll = &cl->next; ll 689 http/modules/ngx_http_range_filter_module.c *ll = cl; ll 695 http/modules/ngx_http_range_filter_module.c *ll = cl; ll 696 http/modules/ngx_http_range_filter_module.c ll = &cl->next; ll 714 http/modules/ngx_http_range_filter_module.c ngx_chain_t *out, *hcl, *rcl, *dcl, **ll; ll 717 http/modules/ngx_http_range_filter_module.c ll = &out; ll 803 http/modules/ngx_http_range_filter_module.c *ll = hcl; ll 806 http/modules/ngx_http_range_filter_module.c ll = &dcl->next; ll 838 http/modules/ngx_http_range_filter_module.c *ll = hcl; ll 374 http/modules/ngx_http_ssi_filter_module.c ngx_chain_t *cl, **ll; ll 578 http/modules/ngx_http_ssi_filter_module.c for (ll = &bl[mctx->blocks->nelts - 1].bufs; ll 579 http/modules/ngx_http_ssi_filter_module.c *ll; ll 580 http/modules/ngx_http_ssi_filter_module.c ll = &(*ll)->next) ll 585 http/modules/ngx_http_ssi_filter_module.c *ll = cl; ll 693 http/modules/ngx_http_ssi_filter_module.c for (ll = &bl[mctx->blocks->nelts - 1].bufs; ll 694 http/modules/ngx_http_ssi_filter_module.c *ll; ll 695 http/modules/ngx_http_ssi_filter_module.c ll = &(*ll)->next) ll 700 http/modules/ngx_http_ssi_filter_module.c *ll = cl; ll 1832 http/modules/ngx_http_ssi_filter_module.c ngx_chain_t *cl, *tl, **ll, *out; ll 1952 http/modules/ngx_http_ssi_filter_module.c ll = &out; ll 1979 http/modules/ngx_http_ssi_filter_module.c *ll = cl; ll 1981 http/modules/ngx_http_ssi_filter_module.c ll = &cl->next; ll 2481 http/ngx_http_upstream.c ngx_chain_t *cl, **ll; ll 2486 http/ngx_http_upstream.c for (cl = u->out_bufs, ll = &u->out_bufs; cl; cl = cl->next) { ll 2487 http/ngx_http_upstream.c ll = &cl->next; ll 2495 http/ngx_http_upstream.c *ll = cl; ll 52 http/ngx_http_write_filter_module.c ngx_chain_t *cl, *ln, **ll, *chain; ll 65 http/ngx_http_write_filter_module.c ll = &r->out; ll 70 http/ngx_http_write_filter_module.c ll = &cl->next; ll 121 http/ngx_http_write_filter_module.c *ll = cl; ll 122 http/ngx_http_write_filter_module.c ll = &cl->next; ll 164 http/ngx_http_write_filter_module.c *ll = NULL;