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

/bind-9.11.3/lib/irs/
H A Dcontext.c28 #include <irs/dnsconf.h>
68 irs_dnsconf_t *dnsconf; member in struct:irs_context
246 context->dnsconf = NULL;
271 result = irs_dnsconf_load(mctx, DNS_CONF, &context->dnsconf);
274 trustedkeys = irs_dnsconf_gettrustedkeys(context->dnsconf);
295 if (context->dnsconf != NULL)
296 irs_dnsconf_destroy(&context->dnsconf);
314 irs_dnsconf_destroy(&context->dnsconf);
387 return (context->dnsconf);

Completed in 11 milliseconds