Searched refs:voptions (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/bind9/
H A Dcheck.c425 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...]
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c407 const cfg_obj_t *voptions; local
412 voptions = NULL;
414 voptions = cfg_tuple_get(vconfig, "options");
417 if (voptions != NULL)
418 (void)cfg_map_get(voptions, "zone", &zonelist);
/bind-9.11.3/bin/named/
H A Dserver.c904 const cfg_obj_t *voptions = NULL; local
918 voptions = cfg_tuple_get(vconfig, "options");
919 if (voptions != NULL) {
920 (void) cfg_map_get(voptions, "trusted-keys",
922 (void) cfg_map_get(voptions, "managed-keys",
924 maps[i++] = voptions;
3246 const cfg_obj_t *voptions = NULL; local
3309 voptions = cfg_tuple_get(vconfig, "options");
3310 maps[i++] = voptions;
3311 optionmaps[j++] = voptions;
6679 const cfg_obj_t *options = NULL, *voptions = NULL; local
7900 const cfg_obj_t *voptions = cfg_tuple_get(vconfig, "options"); local
12270 const cfg_obj_t *voptions = local
12546 const cfg_obj_t *voptions = local
[all...]

Completed in 37 milliseconds