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

/bind-9.11.3/lib/isc/include/isc/
H A Dlist.h38 #define ISC_LIST_EMPTY(list) ISC_TF((list).head == NULL) macro
154 if (ISC_LIST_EMPTY(list1)) \
156 else if (!ISC_LIST_EMPTY(list2)) { \
167 if (ISC_LIST_EMPTY(list1)) \
169 else if (!ISC_LIST_EMPTY(list2)) { \

Completed in 10 milliseconds