hcl               714 http/modules/ngx_http_range_filter_module.c     ngx_chain_t       *out, *hcl, *rcl, *dcl, **ll;
hcl               746 http/modules/ngx_http_range_filter_module.c         hcl = ngx_alloc_chain_link(r->pool);
hcl               747 http/modules/ngx_http_range_filter_module.c         if (hcl == NULL) {
hcl               751 http/modules/ngx_http_range_filter_module.c         hcl->buf = b;
hcl               803 http/modules/ngx_http_range_filter_module.c         *ll = hcl;
hcl               804 http/modules/ngx_http_range_filter_module.c         hcl->next = rcl;
hcl               830 http/modules/ngx_http_range_filter_module.c     hcl = ngx_alloc_chain_link(r->pool);
hcl               831 http/modules/ngx_http_range_filter_module.c     if (hcl == NULL) {
hcl               835 http/modules/ngx_http_range_filter_module.c     hcl->buf = b;
hcl               836 http/modules/ngx_http_range_filter_module.c     hcl->next = NULL;
hcl               838 http/modules/ngx_http_range_filter_module.c     *ll = hcl;