|
libwebsockets
Lightweight C library for HTML5 websockets
|
Go to the source code of this file.
Data Structures | |
| struct | lws_dll2 |
| struct | lws_dll2_owner |
Macros | |
| #define | lws_start_foreach_ll(type, it, start) |
| #define | lws_end_foreach_ll(it, nxt) |
| #define | lws_start_foreach_ll_safe(type, it, start, nxt) |
| #define | lws_end_foreach_ll_safe(it) |
| #define | lws_start_foreach_llp(type, it, start) |
| #define | lws_start_foreach_llp_safe(type, it, start, nxt) |
| #define | lws_end_foreach_llp(it, nxt) |
| #define | lws_end_foreach_llp_safe(it) |
| #define | lws_ll_fwd_insert(___new_object, ___m_list, ___list_head) |
| #define | lws_ll_fwd_remove(___type, ___m_list, ___target, ___list_head) |
| #define | lws_dll2_search_sz_pl(own, name, namelen, type, membd2list, membptr) |
| #define | lws_dll2_describe(x, y) |
| #define | lws_start_foreach_dll_safe(___type, ___it, ___tmp, ___start) |
| #define | lws_end_foreach_dll_safe(___it, ___tmp) |
| #define | lws_start_foreach_dll(___type, ___it, ___start) |
| #define | lws_end_foreach_dll(___it) |
Typedefs | |
| typedef struct lws_dll2 | lws_dll2_t |
| typedef struct lws_dll2_owner | lws_dll2_owner_t |
| typedef int(* | lws_dll2_foreach_cb_t) (struct lws_dll2 *d, void *user) |