Home
last modified time | relevance | path

Searched refs:hcl (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_range_filter_module.c791 ngx_chain_t *out, *hcl, *rcl, *dcl, **ll; in ngx_http_range_multipart_body() local
817 hcl = ngx_alloc_chain_link(r->pool); in ngx_http_range_multipart_body()
818 if (hcl == NULL) { in ngx_http_range_multipart_body()
822 hcl->buf = b; in ngx_http_range_multipart_body()
874 *ll = hcl; in ngx_http_range_multipart_body()
875 hcl->next = rcl; in ngx_http_range_multipart_body()
901 hcl = ngx_alloc_chain_link(r->pool); in ngx_http_range_multipart_body()
902 if (hcl == NULL) { in ngx_http_range_multipart_body()
906 hcl->buf = b; in ngx_http_range_multipart_body()
907 hcl->next = NULL; in ngx_http_range_multipart_body()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dfm.c1195 nvlist_t **hcl; in fm_fmri_hc_create() local
1207 if (nvlist_lookup_nvlist_array(bboard, FM_FMRI_HC_LIST, &hcl, &n) in fm_fmri_hc_create()
1214 if (nvlist_lookup_string(hcl[i], FM_FMRI_HC_NAME, in fm_fmri_hc_create()
1220 if (nvlist_lookup_string(hcl[i], FM_FMRI_HC_ID, &hcid) != 0) { in fm_fmri_hc_create()