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

/bind-9.11.3/lib/isc/include/isc/
H A Dqueue.h53 #define ISC_QUEUE_EMPTY(queue) ISC_TF((queue).head == NULL) macro
57 ISC_QLINK_INSIST(ISC_QUEUE_EMPTY(queue)); \

Completed in 7 milliseconds