Home
last modified time | relevance | path

Searched refs:SLIST_END (Results 1 – 3 of 3) sorted by relevance

/external/iperf3/src/
Dqueue.h111 #define SLIST_END(head) NULL macro
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
117 (var) != SLIST_END(head); \
122 ((var) = *(varp)) != SLIST_END(head); \
129 SLIST_FIRST(head) = SLIST_END(head); \
/external/libevent/compat/sys/
Dqueue.h107 #define SLIST_END(head) NULL macro
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
113 (var) != SLIST_END(head); \
120 SLIST_FIRST(head) = SLIST_END(head); \
/external/openssh/openbsd-compat/
Dsys-queue.h49 #undef SLIST_END
196 #define SLIST_END(head) NULL macro
197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
202 (var) != SLIST_END(head); \
214 SLIST_FIRST(head) = SLIST_END(head); \