Searched refs:cfgctx (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dview.h1055 dns_view_setnewzones(dns_view_t *view, isc_boolean_t allow, void *cfgctx,
1062 * (a pointer to which is passed in 'cfgctx') for use when parsing new
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dview.c1758 dns_view_setnewzones(dns_view_t *view, isc_boolean_t allow, void *cfgctx, argument
1762 REQUIRE((cfgctx != NULL && cfg_destroy != NULL) || !allow);
1781 view->new_zone_config = cfgctx;
1786 UNUSED(cfgctx);

Completed in 187 milliseconds