tl 682 event/ngx_event_pipe.c ngx_chain_t *cl, *tl, *next, *out, **ll, **last_free, fl; tl 780 event/ngx_event_pipe.c tl = ngx_alloc_chain_link(p->pool); tl 781 event/ngx_event_pipe.c if (tl == NULL) { tl 785 event/ngx_event_pipe.c tl->buf = b->shadow; tl 786 event/ngx_event_pipe.c tl->next = NULL; tl 788 event/ngx_event_pipe.c *last_free = tl; tl 789 event/ngx_event_pipe.c last_free = &tl->next; tl 960 event/ngx_event_pipe.c ngx_chain_t *cl, *tl; tl 989 event/ngx_event_pipe.c tl = cl->next; tl 992 event/ngx_event_pipe.c cl = tl; tl 89 http/modules/ngx_http_chunked_filter_module.c ngx_chain_t out, tail, *cl, *tl, **ll; tl 112 http/modules/ngx_http_chunked_filter_module.c tl = ngx_alloc_chain_link(r->pool); tl 113 http/modules/ngx_http_chunked_filter_module.c if (tl == NULL) { tl 117 http/modules/ngx_http_chunked_filter_module.c tl->buf = cl->buf; tl 118 http/modules/ngx_http_chunked_filter_module.c *ll = tl; tl 119 http/modules/ngx_http_chunked_filter_module.c ll = &tl->next; tl 1832 http/modules/ngx_http_ssi_filter_module.c ngx_chain_t *cl, *tl, **ll, *out; tl 1954 http/modules/ngx_http_ssi_filter_module.c for (tl = bl[i].bufs; tl; tl = tl->next) { tl 1975 http/modules/ngx_http_ssi_filter_module.c ngx_memcpy(b, tl->buf, sizeof(ngx_buf_t));