Lines Matching defs:actx
424 checkacl(const char *aclname, cfg_aclconfctx_t *actx, const cfg_obj_t *zconfig,
448 actx, mctx, 0, &acl);
455 check_viewacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
467 tresult = checkacl(acls[i++], actx, NULL, voptions, config,
478 check_dns64(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
536 logctx, actx,
596 check_ratelimit(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
696 tresult = cfg_acl_fromconfig(obj, config, logctx, actx,
712 check_recursionacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
760 actx, mctx, 0, &acl);
783 check_filteraaaa(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
813 actx, mctx, 0, &acl);
1788 cfg_aclconfctx_t *actx, isc_log_t *logctx, isc_mem_t *mctx)
1975 tresult = checkacl(acls[i], actx, zconfig,
2091 actx, mctx, 0, &acl);
3093 cfg_aclconfctx_t *actx = NULL;
3123 cfg_aclconfctx_create(mctx, &actx);
3137 files, vclass, actx, logctx,
3368 tresult = check_viewacls(actx, voptions, config, logctx, mctx);
3372 tresult = check_recursionacls(actx, voptions, viewname,
3377 tresult = check_filteraaaa(actx, voptions, viewname, config,
3382 tresult = check_dns64(actx, voptions, config, logctx, mctx);
3386 tresult = check_ratelimit(actx, voptions, config, logctx, mctx);
3393 if (actx != NULL)
3394 cfg_aclconfctx_detach(&actx);
3551 cfg_aclconfctx_t *actx = NULL;
3572 cfg_aclconfctx_create(mctx, &actx);
3592 actx, mctx, 0, &acl);
3639 cfg_aclconfctx_detach(&actx);