H A D | check.c | 425 const cfg_obj_t *voptions, const cfg_obj_t *config, 437 if (voptions != NULL && aclobj == NULL) 438 cfg_map_get(voptions, aclname, &aclobj); 455 check_viewacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, argument 467 tresult = checkacl(acls[i++], actx, NULL, voptions, config, 478 check_dns64(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, argument 493 if (voptions != NULL) 494 cfg_map_get(voptions, "dns64", &dns64); 596 check_ratelimit(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, argument 613 if (voptions ! 424 checkacl(const char *aclname, cfg_aclconfctx_t *actx, const cfg_obj_t *zconfig, const cfg_obj_t *voptions, const cfg_obj_t *config, isc_log_t *logctx, isc_mem_t *mctx) argument 712 check_recursionacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, const char *viewname, const cfg_obj_t *config, isc_log_t *logctx, isc_mem_t *mctx) argument 783 check_filteraaaa(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, const char *viewname, const cfg_obj_t *config, isc_log_t *logctx, isc_mem_t *mctx) argument 1785 check_zoneconf(const cfg_obj_t *zconfig, const cfg_obj_t *voptions, const cfg_obj_t *config, isc_symtab_t *symtab, isc_symtab_t *files, dns_rdataclass_t defclass, cfg_aclconfctx_t *actx, isc_log_t *logctx, isc_mem_t *mctx) argument 2698 check_servers(const cfg_obj_t *config, const cfg_obj_t *voptions, isc_symtab_t *symtab, isc_log_t *logctx) argument 3080 check_viewconf(const cfg_obj_t *config, const cfg_obj_t *voptions, const char *viewname, dns_rdataclass_t vclass, isc_symtab_t *files, isc_log_t *logctx, isc_mem_t *mctx) argument 3715 const cfg_obj_t *voptions = cfg_tuple_get(view, "options"); local [all...] |