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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h237 void *deleter_arg, dns_rbt_t **rbtp);
250 *\li rbtp != NULL && *rbtp == NULL
255 * *rbtp points to a valid red-black tree manager
258 * *rbtp does not point to a valid red-black tree manager.
633 dns_rbt_destroy(dns_rbt_t **rbtp);
635 dns_rbt_destroy2(dns_rbt_t **rbtp, unsigned int quantum);
/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c235 void *deleter_arg, dns_rbt_t **rbtp)
244 REQUIRE(rbtp != NULL && *rbtp == NULL);
269 *rbtp = rbt;
278 dns_rbt_destroy(dns_rbt_t **rbtp) { argument
279 RUNTIME_CHECK(dns_rbt_destroy2(rbtp, 0) == ISC_R_SUCCESS);
283 dns_rbt_destroy2(dns_rbt_t **rbtp, unsigned int quantum) { argument
286 REQUIRE(rbtp != NULL && VALID_RBT(*rbtp));
288 rbt = *rbtp;
234 dns_rbt_create(isc_mem_t *mctx, void (*deleter)(void *, void *), void *deleter_arg, dns_rbt_t **rbtp) argument
[all...]

Completed in 332 milliseconds