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

/bind-9.11.3/lib/irs/
H A Ddnsconf.c46 configure_dnsseckeys(irs_dnsconf_t *conf, cfg_obj_t *cfgobj, argument
67 cfg_map_get(cfgobj, "trusted-keys", &keys);
186 cfg_obj_t *cfgobj = NULL; local
210 &cfgobj);
214 result = configure_dnsseckeys(conf, cfgobj, dns_rdataclass_in);
218 if (cfgobj != NULL)
219 cfg_obj_destroy(parser, &cfgobj);

Completed in 10 milliseconds