Searched refs:ISC_INSIST (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dassertions.h105 #define ISC_INSIST(cond) \ macro
111 #define ISC_INSIST(cond) ((void) 0) macro
H A Dlist.h26 #define ISC_LINK_INSIST(x) ISC_INSIST(x)
94 ISC_INSIST((list).tail == (elt)); \
100 ISC_INSIST((list).head == (elt)); \
105 ISC_INSIST((list).head != (elt)); \
106 ISC_INSIST((list).tail != (elt)); \
H A Dutil.h217 #define INSIST(e) ISC_INSIST(e)

Completed in 10 milliseconds