OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLIST_FIRST
(Results
1 - 7
of
7
) sorted by null
/external/ipsec-tools/src/include-glibc/sys/
queue.h
127
#define
SLIST_FIRST
(head) ((head)->slh_first)
130
for ((var) =
SLIST_FIRST
((head)); \
135
SLIST_FIRST
((head)) = NULL; \
144
SLIST_NEXT((elm), field) =
SLIST_FIRST
((head)); \
145
SLIST_FIRST
((head)) = (elm); \
151
if (
SLIST_FIRST
((head)) == (elm)) { \
155
struct type *curelm =
SLIST_FIRST
((head)); \
164
SLIST_FIRST
((head)) = SLIST_NEXT(
SLIST_FIRST
((head)), field); \
/external/iperf3/src/
queue.h
110
#define
SLIST_FIRST
(head) ((head)->slh_first)
112
#define SLIST_EMPTY(head) (
SLIST_FIRST
(head) == SLIST_END(head))
116
for((var) =
SLIST_FIRST
(head); \
121
for ((varp) = &
SLIST_FIRST
((head)); \
129
SLIST_FIRST
(head) = SLIST_END(head); \
iperf_server_api.c
238
sp =
SLIST_FIRST
(&test->streams);
iperf_api.c
[
all
...]
/external/libevent/compat/sys/
queue.h
106
#define
SLIST_FIRST
(head) ((head)->slh_first)
108
#define SLIST_EMPTY(head) (
SLIST_FIRST
(head) == SLIST_END(head))
112
for((var) =
SLIST_FIRST
(head); \
120
SLIST_FIRST
(head) = SLIST_END(head); \
/external/openssh/openbsd-compat/
sys-queue.h
48
#undef
SLIST_FIRST
195
#define
SLIST_FIRST
(head) ((head)->slh_first)
197
#define SLIST_EMPTY(head) (
SLIST_FIRST
(head) == SLIST_END(head))
201
for((var) =
SLIST_FIRST
(head); \
206
for ((var) =
SLIST_FIRST
(head); \
214
SLIST_FIRST
(head) = SLIST_END(head); \
/bionic/libc/include/sys/
queue.h
206
#define
SLIST_FIRST
(head) ((head)->slh_first)
Completed in 1447 milliseconds