Searched defs:isc_refcount_destroy (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Drefcount.h57 * isc_refcount_destroy(isc_refcount_t *ref);
106 #define isc_refcount_destroy(rp) (REQUIRE((rp)->refs == 0)) macro
146 #define isc_refcount_destroy(rp) \
195 #define isc_refcount_destroy(rp) (REQUIRE((rp)->refs == 0))

Completed in 10 milliseconds