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

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dqueue.h147 #undef STAILQ_EMPTY macro
310 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dqueue.h316 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro

Completed in 95 milliseconds