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

/bind-9.11.3/lib/dns/include/dns/
H A Dview.h217 void (*cfg_destroy)(void **); member in struct:dns_view
1235 void (*cfg_destroy)(void **), isc_uint64_t mapsize);
1242 * zone configuration. 'cfg_destroy' points to a callback routine to
/bind-9.11.3/lib/dns/
H A Dview.c242 view->cfg_destroy = NULL;
1992 void (*cfg_destroy)(void **), isc_uint64_t mapsize)
2006 REQUIRE((cfgctx != NULL && cfg_destroy != NULL) || !allow);
2026 view->cfg_destroy(&view->new_zone_config);
2027 view->cfg_destroy = NULL;
2085 view->cfg_destroy = cfg_destroy;
2104 view->cfg_destroy = NULL;

Completed in 14 milliseconds