Searched refs:LIST_END (Results 1 – 6 of 6) sorted by relevance
195 #define LIST_END(head) NULL macro196 #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head))201 (var) != LIST_END(head); \206 (var) != LIST_END(head) && \247 (head)->lh_first = LIST_END(head); \253 LIST_END(head)) \270 if (((elm)->field.le_next = (head)->lh_first) != LIST_END(head))\
160 #define LIST_END(head) NULL macro161 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))166 (var)!= LIST_END(head); \173 LIST_FIRST(head) = LIST_END(head); \
373 #ifndef LIST_END374 #define LIST_END(head) NULL macro
479 for (bev = first; bev != LIST_END(&g->members); \
500 cbent != LIST_END(&buffer->callbacks); in evbuffer_run_callbacks()
765 #define LIST_END(head) NULL