Searched defs:caml (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isccfg/
H A Daclconf.c171 count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx, argument
182 for (elt = cfg_list_first(caml);
220 cfg_acl_fromconfig(const cfg_obj_t *caml, argument
260 nelem = count_acl_elements(caml, cctx, NULL);
262 nelem = cfg_list_length(caml, ISC_FALSE);
270 for (elt = cfg_list_first(caml);

Completed in 10 milliseconds