Searched refs:voptions (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 367 const cfg_obj_t *voptions, const cfg_obj_t *config, 379 if (voptions != NULL && aclobj == NULL) 380 cfg_map_get(voptions, aclname, &aclobj); 397 check_viewacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, argument 409 tresult = checkacl(acls[i++], actx, NULL, voptions, config, 422 check_recursionacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions, argument 436 if (voptions != NULL) 437 cfg_map_get(voptions, "recursion", &obj); 458 if (voptions != NULL) 459 cfg_map_get(voptions, acl 366 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 1050 check_zoneconf(const cfg_obj_t *zconfig, const cfg_obj_t *voptions, const cfg_obj_t *config, isc_symtab_t *symtab, dns_rdataclass_t defclass, cfg_aclconfctx_t *actx, isc_log_t *logctx, isc_mem_t *mctx) argument 1602 check_servers(const cfg_obj_t *config, const cfg_obj_t *voptions, isc_symtab_t *symtab, isc_log_t *logctx) argument 1779 check_viewconf(const cfg_obj_t *config, const cfg_obj_t *voptions, const char *viewname, dns_rdataclass_t vclass, isc_log_t *logctx, isc_mem_t *mctx) argument 2295 const cfg_obj_t *voptions = cfg_tuple_get(view, "options"); local [all...] |
/bind-9.6-ESV-R11/bin/check/ |
H A D | named-checkconf.c | 373 const cfg_obj_t *voptions; local 378 voptions = NULL; 380 voptions = cfg_tuple_get(vconfig, "options"); 383 if (voptions != NULL) 384 (void)cfg_map_get(voptions, "zone", &zonelist);
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 529 const cfg_obj_t *voptions = NULL; local 538 voptions = cfg_tuple_get(vconfig, "options"); 541 if (voptions != NULL) 542 (void)cfg_map_get(voptions, "trusted-keys", &keys); 1321 const cfg_obj_t *voptions = NULL; local 1370 voptions = cfg_tuple_get(vconfig, "options"); 1371 maps[i++] = voptions; 1379 if (voptions != NULL) 1380 cfgmaps[i++] = voptions; 1455 if (voptions ! 3701 const cfg_obj_t *voptions = cfg_tuple_get(vconfig, "options"); local [all...] |
Completed in 1681 milliseconds