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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dzt.h102 dns_zt_detach(dns_zt_t **ztp);
105 * zonetable will be freed. In either case 'ztp' is set to NULL.
108 * \li '*ztp' to be valid
112 dns_zt_flushanddetach(dns_zt_t **ztp);
115 * zonetable will be flushed and then freed. In either case 'ztp' is
119 * \li '*ztp' to be valid
123 dns_zt_attach(dns_zt_t *zt, dns_zt_t **ztp);
125 * Attach 'zt' to '*ztp'.
129 * \li '*ztp' to be NULL
/bind-9.6-ESV-R11/lib/dns/
H A Dzt.c66 dns_zt_create(isc_mem_t *mctx, dns_rdataclass_t rdclass, dns_zt_t **ztp) argument
71 REQUIRE(ztp != NULL && *ztp == NULL);
90 *ztp = zt;
168 dns_zt_attach(dns_zt_t *zt, dns_zt_t **ztp) { argument
171 REQUIRE(ztp != NULL && *ztp == NULL);
181 *ztp = zt;
191 zt_flushanddetach(dns_zt_t **ztp, isc_boolean_t need_flush) { argument
195 REQUIRE(ztp !
221 dns_zt_flushanddetach(dns_zt_t **ztp) argument
226 dns_zt_detach(dns_zt_t **ztp) argument
[all...]

Completed in 10 milliseconds