Searched defs:vconfig (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dtsigconf.c143 ns_tsigkeyring_fromconfig(const cfg_obj_t *config, const cfg_obj_t *vconfig, argument
157 if (vconfig != NULL)
158 maps[i++] = cfg_tuple_get(vconfig, "options");
H A Dzoneconf.c73 configure_zone_acl(const cfg_obj_t *zconfig, const cfg_obj_t *vconfig, argument
142 if (vconfig != NULL)
143 maps[i++] = cfg_tuple_get(vconfig, "options");
408 ns_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig, argument
450 if (vconfig != NULL)
451 maps[i++] = cfg_tuple_get(vconfig, "options");
460 if (vconfig != NULL)
461 RETERR(ns_config_getclass(cfg_tuple_get(vconfig, "class"),
533 RETERR(configure_zone_acl(zconfig, vconfig, config,
540 RETERR(configure_zone_acl(zconfig, vconfig, confi
[all...]
H A Dserver.c324 const cfg_obj_t *vconfig, isc_mem_t *mctx, dns_view_t *view,
332 * 'vconfig' (for per-view configuration) and maybe from 'config'
335 configure_view_acl(const cfg_obj_t *vconfig, const cfg_obj_t *config, argument
346 if (vconfig != NULL)
347 maps[i++] = cfg_tuple_get(vconfig, "options");
376 configure_view_sortlist(const cfg_obj_t *vconfig, const cfg_obj_t *config, argument
387 if (vconfig != NULL)
388 maps[i++] = cfg_tuple_get(vconfig, "options");
414 configure_view_dnsseckey(const cfg_obj_t *vconfig, const cfg_obj_t *key, argument
438 if (vconfig
524 configure_view_dnsseckeys(const cfg_obj_t *vconfig, const cfg_obj_t *config, isc_mem_t *mctx, dns_keytable_t **target) argument
1314 configure_view(dns_view_t *view, const cfg_obj_t *config, const cfg_obj_t *vconfig, isc_mem_t *mctx, cfg_aclconfctx_t *actx, isc_boolean_t need_hints) argument
2533 get_viewinfo(const cfg_obj_t *vconfig, const char **namep, dns_rdataclass_t *classp) argument
2567 find_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist, dns_view_t **viewp) argument
2595 create_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist, dns_view_t **viewp) argument
2627 configure_zone(const cfg_obj_t *config, const cfg_obj_t *zconfig, const cfg_obj_t *vconfig, isc_mem_t *mctx, dns_view_t *view, cfg_aclconfctx_t *aclconf) argument
3700 const cfg_obj_t *vconfig = cfg_listelt_value(element); local
3740 const cfg_obj_t *vconfig = cfg_listelt_value(element); local
3780 const cfg_obj_t *vconfig = cfg_listelt_value(element); local
[all...]
/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkconf.c184 const cfg_obj_t *zconfig, const cfg_obj_t *vconfig,
213 if (vconfig != NULL)
214 maps[i++] = cfg_tuple_get(vconfig, "options");
370 const cfg_obj_t *vconfig, isc_mem_t *mctx)
379 if (vconfig != NULL)
380 voptions = cfg_tuple_get(vconfig, "options");
393 tresult = configure_zone(vclass, view, zconfig, vconfig,
408 const cfg_obj_t *vconfig; local
423 vconfig = cfg_listelt_value(element);
424 if (vconfig !
183 configure_zone(const char *vclass, const char *view, const cfg_obj_t *zconfig, const cfg_obj_t *vconfig, const cfg_obj_t *config, isc_mem_t *mctx) argument
369 configure_view(const char *vclass, const char *view, const cfg_obj_t *config, const cfg_obj_t *vconfig, isc_mem_t *mctx) argument
[all...]

Completed in 1570 milliseconds