Home
last modified time | relevance | path

Searched refs:STAILQ_EMPTY (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_queue.h246 if (!STAILQ_EMPTY((head2))) { \
253 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
292 (STAILQ_EMPTY((head)) ? \
332 if (STAILQ_EMPTY(head1)) \
334 if (STAILQ_EMPTY(head2)) \
/third_party/FreeBSD/sys/sys/
Dqueue.h340 if (!STAILQ_EMPTY((head2))) { \
347 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
395 (STAILQ_EMPTY((head)) ? NULL : \
434 if (STAILQ_EMPTY(head1)) \
436 if (STAILQ_EMPTY(head2)) \