Lines Matching defs:cctx
58 get_acl_def(const cfg_obj_t *cctx, const char *name, const cfg_obj_t **ret) {
63 result = cfg_map_get(cctx, "acl", &acls);
82 convert_named_acl(const cfg_obj_t *nameobj, const cfg_obj_t *cctx,
109 result = get_acl_def(cctx, aclname, &cacl);
123 result = cfg_acl_fromconfig(cacl, cctx, lctx, ctx, mctx,
171 count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx,
198 n += count_acl_elements(ce, cctx, &negative);
208 result = get_acl_def(cctx, name, &cacl);
210 n += count_acl_elements(cacl, cctx,
221 const cfg_obj_t *cctx,
260 nelem = count_acl_elements(caml, cctx, NULL);
331 result = cfg_acl_fromconfig(ce, cctx, lctx,
407 result = convert_named_acl(ce, cctx, lctx, ctx,