Searched defs:LIST_FOREACH_SAFE (Results 1 – 4 of 4) sorted by relevance
/third_party/eudev/src/shared/ |
D | list.h | 124 #define LIST_FOREACH_SAFE(name,i,n,head) \ macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 1115 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro 1123 #define LIST_FOREACH_SAFE LIST_FOREACH_MUTABLE macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_queue.h | 394 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|
/third_party/FreeBSD/sys/sys/ |
D | queue.h | 546 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro
|