Home
last modified time | relevance | path

Searched defs:SLIST_EMPTY (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_queue.h161 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/third_party/FreeBSD/sys/sys/
Dqueue.h229 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro