Searched refs:___type (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-dll2.h | 158 ___type, /* type of listed object */ \ argument 163 lws_start_foreach_llp(___type **, ___ppss, ___list_head) { \ 283 #define lws_start_foreach_dll_safe(___type, ___it, ___tmp, ___start) \ argument 285 ___type ___it = ___start; \ 287 ___type ___tmp = (___it)->next; 294 #define lws_start_foreach_dll(___type, ___it, ___start) \ argument 296 ___type ___it = ___start; \
|
D | lws-ring.h | 264 ___type, /* type of objects with tails */ \ argument 279 lws_start_foreach_llp(___type **, ___ppss, ___list_head) { \
|