Home
last modified time | relevance | path

Searched refs:___type (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-dll2.h158 ___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; \
Dlws-ring.h264 ___type, /* type of objects with tails */ \ argument
279 lws_start_foreach_llp(___type **, ___ppss, ___list_head) { \