Searched refs:dns_zt_apply (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | zt.h | 172 dns_zt_apply(dns_zt_t *zt, isc_boolean_t stop,
|
/bind-9.11.3/lib/dns/ |
H A D | zt.c | 199 (void)dns_zt_apply(zt, ISC_FALSE, flush, NULL); 249 result = dns_zt_apply(zt, stop, load, NULL); 328 result = dns_zt_apply(zt, stop, loadnew, NULL); 475 dns_zt_apply(dns_zt_t *zt, isc_boolean_t stop, function
|
H A D | view.c | 649 (void)dns_zt_apply(view->zonetable, ISC_FALSE, dialup, NULL);
|
/bind-9.11.3/lib/dns/tests/ |
H A D | zt_test.c | 118 result = dns_zt_apply(view->zonetable, ISC_FALSE, count_zone, &nzones);
|
/bind-9.11.3/bin/named/ |
H A D | statschannel.c | 1825 result = dns_zt_apply(view->zonetable, ISC_TRUE, 2481 result = dns_zt_apply(view->zonetable, ISC_TRUE,
|
H A D | server.c | 8447 (void)dns_zt_apply(view->zonetable, ISC_FALSE, 9788 result = dns_zt_apply(view->zonetable, ISC_TRUE, 11019 result = dns_zt_apply(view->zonetable, ISC_FALSE,
|
Completed in 56 milliseconds