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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dzt.h117 dns_zt_detach(dns_zt_t **ztp);
120 * zonetable will be freed. In either case 'ztp' is set to NULL.
123 * \li '*ztp' to be valid
127 dns_zt_flushanddetach(dns_zt_t **ztp);
130 * zonetable will be flushed and then freed. In either case 'ztp' is
134 * \li '*ztp' to be valid
138 dns_zt_attach(dns_zt_t *zt, dns_zt_t **ztp);
140 * Attach 'zt' to '*ztp'.
144 * \li '*ztp' to be NULL
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzt.c77 dns_zt_create(isc_mem_t *mctx, dns_rdataclass_t rdclass, dns_zt_t **ztp) argument
82 REQUIRE(ztp != NULL && *ztp == NULL);
106 *ztp = zt;
184 dns_zt_attach(dns_zt_t *zt, dns_zt_t **ztp) { argument
187 REQUIRE(ztp != NULL && *ztp == NULL);
197 *ztp = zt;
217 zt_flushanddetach(dns_zt_t **ztp, isc_boolean_t need_flush) { argument
221 REQUIRE(ztp !
243 dns_zt_flushanddetach(dns_zt_t **ztp) argument
248 dns_zt_detach(dns_zt_t **ztp) argument
[all...]

Completed in 92 milliseconds