Lines Matching defs:elt
28 #define ISC_LINK_INIT_TYPE(elt, link, type) \ argument
33 #define ISC_LINK_INIT(elt, link) \ argument
35 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument
41 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \ argument
52 #define ISC_LIST_PREPEND(list, elt, link) \ argument
57 #define ISC_LIST_INITANDPREPEND(list, elt, link) \ argument
60 #define __ISC_LIST_APPENDUNSAFE(list, elt, link) \ argument
71 #define ISC_LIST_APPEND(list, elt, link) \ argument
76 #define ISC_LIST_INITANDAPPEND(list, elt, link) \ argument
79 #define __ISC_LIST_UNLINKUNSAFE_TYPE(list, elt, link, type) \ argument
99 #define __ISC_LIST_UNLINKUNSAFE(list, elt, link) \ argument
102 #define ISC_LIST_UNLINK_TYPE(list, elt, link, type) \ argument
106 #define ISC_LIST_UNLINK(list, elt, link) \ argument
109 #define ISC_LIST_PREV(elt, link) ((elt)->link.prev) argument
110 #define ISC_LIST_NEXT(elt, link) ((elt)->link.next) argument
112 #define __ISC_LIST_INSERTBEFOREUNSAFE(list, before, elt, link) \ argument
124 #define ISC_LIST_INSERTBEFORE(list, before, elt, link) \ argument
129 #define __ISC_LIST_INSERTAFTERUNSAFE(list, after, elt, link) \ argument
141 #define ISC_LIST_INSERTAFTER(list, after, elt, link) \ argument
172 #define ISC_LIST_ENQUEUE(list, elt, link) ISC_LIST_APPEND(list, elt, link) argument
173 #define __ISC_LIST_ENQUEUEUNSAFE(list, elt, link) \ argument
175 #define ISC_LIST_DEQUEUE(list, elt, link) \ argument
177 #define ISC_LIST_DEQUEUE_TYPE(list, elt, link, type) \ argument
179 #define __ISC_LIST_DEQUEUEUNSAFE(list, elt, link) \ argument
181 #define __ISC_LIST_DEQUEUEUNSAFE_TYPE(list, elt, link, type) \ argument