Searched refs:zonetable (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/bind9/lib/dns/ |
| D | view.c | 101 view->zonetable = NULL; in dns_view_create() 103 result = dns_zt_create(mctx, rdclass, &view->zonetable); in dns_view_create() 259 dns_zt_detach(&view->zonetable); in dns_view_create() 516 dns_zt_flushanddetach(&view->zonetable); in view_flushanddetach() 518 dns_zt_detach(&view->zonetable); in view_flushanddetach() 572 REQUIRE(view->zonetable != NULL); in dns_view_dialup() 574 (void)dns_zt_apply(view->zonetable, ISC_FALSE, dialup, NULL); in dns_view_dialup() 883 REQUIRE(view->zonetable != NULL); in dns_view_addzone() 885 result = dns_zt_mount(view->zonetable, zone); in dns_view_addzone() 899 if (view->zonetable != NULL) { in dns_view_findzone() [all …]
|
| D | zt.c | 315 zt = dns_zone_getview(zone)->zonetable; in asyncload()
|
| /freebsd-9-stable/contrib/bind9/bin/named/ |
| D | notify.c | 140 result = dns_zt_find(client->view->zonetable, zonename, 0, NULL, in ns_notify_start()
|
| D | statschannel.c | 1098 result = dns_zt_apply(view->zonetable, ISC_TRUE, zone_xmlrender, in generatexml() 1335 result = dns_zt_apply(view->zonetable, ISC_TRUE, zone_xmlrender, in generatexml()
|
| D | server.c | 5922 (void)dns_zt_apply(view->zonetable, ISC_FALSE, in load_configuration() 6743 result = dns_zt_find(view->zonetable, name, 0, NULL, zonep); in zone_from_args() 7127 result = dns_zt_apply(view->zonetable, ISC_TRUE, in add_view_tolist() 8199 result = dns_zt_apply(view->zonetable, ISC_FALSE, in ns_server_sync() 8481 result = dns_zt_find(view->zonetable, dnsname, 0, NULL, &zone); in ns_server_add_zone() 8535 CHECK(dns_zt_find(view->zonetable, dnsname, 0, NULL, &zone)); in ns_server_add_zone() 8559 dns_zt_unmount(view->zonetable, zone); in ns_server_add_zone() 8795 CHECK(dns_zt_unmount(view->zonetable, zone)); in ns_server_del_zone()
|
| D | xfrout.c | 805 result = dns_zt_find(client->view->zonetable, question_name, 0, NULL, in ns_xfr_start()
|
| D | update.c | 1546 result = dns_zt_find(client->view->zonetable, zonename, 0, NULL, in ns_update_start()
|
| D | query.c | 885 result = dns_zt_find(client->view->zonetable, name, ztoptions, NULL, in query_getzonedb()
|
| /freebsd-9-stable/contrib/bind9/lib/dns/include/dns/ |
| D | view.h | 90 dns_zt_t * zonetable; member
|