Home
last modified time | relevance | path

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

/iperf/src/
H A Dqueue.h111 #define SLIST_END(head) NULL argument
128 #define SLIST_INIT(head) { \ argument
185 #define LIST_END(head) NULL argument
197 #define LIST_INIT(head) do { \ argument
263 #define SIMPLEQ_END(head) NULL argument
275 #define SIMPLEQ_INIT(head) do { \ argument
325 #define TAILQ_END(head) NULL argument
332 #define TAILQ_EMPTY(head) \ argument
348 #define TAILQ_INIT(head) do { \ argument
436 #define CIRCLEQ_EMPTY(head) \ argument
[all …]
H A Dcjson.c1448 cJSON *head = NULL; /* head of the linked list */ in parse_array() local
1604 cJSON *head = NULL; /* linked list head */ in parse_object() local