Searched refs:lws_dll2_owner (Results 1 – 18 of 18) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-dll2.h | 195 struct lws_dll2_owner; 200 struct lws_dll2_owner *owner; 203 typedef struct lws_dll2_owner { struct 213 static LWS_INLINE const struct lws_dll2_owner * argument 214 lws_dll2_owner(const struct lws_dll2 *d) { return d->owner; } in lws_dll2_owner() function 217 lws_dll2_get_head(struct lws_dll2_owner *owner) { return owner->head; } in lws_dll2_get_head() 220 lws_dll2_get_tail(struct lws_dll2_owner *owner) { return owner->tail; } in lws_dll2_get_tail() 223 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner); 226 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner); 234 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, [all …]
|
D | lws-dbus.h | 44 struct lws_dll2_owner owner; /* dbusserver ctx: HEAD of accepted list */
|
D | lws-metrics.h | 218 struct lws_dll2_owner mtags_owner; /**< collect tags here during
|
D | lws-struct.h | 81 struct lws_dll2_owner chunks_owner;
|
D | lws-misc.h | 970 struct lws_dll2_owner *owner;
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_dll.md | 71 lws_dll2_owner owner; 107 specific `lws_dll2_owner` structure for that 109 - `lws_dll2_owner` also keeps count of the number of list elements 124 …struct lws_dll *phead)`|`void lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner)`| 125 …truct lws_dll *phead);`|`void lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner)`| 126 …struct lws_dll *phead)`|`void lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner)`| 127 |get owner|(not supported)|`struct lws_dll2_owner * lws_dll2_owner(const struct lws_dll2 *d)`| 129 …cb)(struct lws_dll *d, void *user))|int lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *…
|
/third_party/libwebsockets/lib/core/ |
D | lws_dll2.c | 57 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, in lws_dll2_foreach_safe() 69 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head() 140 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_tail() 204 lws_dll2_owner_clear(struct lws_dll2_owner *d) in lws_dll2_owner_clear()
|
/third_party/libwebsockets/lib/tls/ |
D | private-network.h | 36 struct lws_dll2_owner cc_owner; 41 struct lws_dll2_owner dll_pending_tls_owner;
|
/third_party/libwebsockets/lib/core-net/ |
D | private-lib-core-net.h | 286 struct lws_dll2_owner dll_buflist_owner; /* guys with pending rxflow */ 287 struct lws_dll2_owner seq_owner; /* list of lws_sequencer-s */ 299 struct lws_dll2_owner pt_sul_owner[LWS_COUNT_PT_SUL_OWNERS]; 485 struct lws_dll2_owner *same_vh_protocol_owner; 487 struct lws_dll2_owner abstract_instances_owner; /* vh lock */ 490 struct lws_dll2_owner dll_cli_active_conns_owner; 492 struct lws_dll2_owner vh_awaiting_socket_owner; 672 struct lws_dll2_owner dll2_cli_txn_queue_owner;
|
D | sequencer.c | 47 struct lws_dll2_owner seq_event_owner;
|
D | vhost.c | 871 vh->same_vh_protocol_owner = (struct lws_dll2_owner *) in lws_create_vhost() 872 lws_zalloc(sizeof(struct lws_dll2_owner) * in lws_create_vhost()
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | private-lib-roles-dbus.h | 40 struct lws_dll2_owner timer_list_owner;
|
/third_party/libwebsockets/lib/abstract/ |
D | private-lib-abstract.h | 45 struct lws_dll2_owner children_owner; /* our children / queue */
|
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-lejp.c | 237 struct lws_dll2_owner *owner; in lws_struct_default_lejp_cb() 256 owner = (struct lws_dll2_owner *) in lws_struct_default_lejp_cb() 549 struct lws_dll2_owner *o; in lws_struct_json_serialize() 580 o = (struct lws_dll2_owner *)q; in lws_struct_json_serialize() 669 o = (struct lws_dll2_owner *)q; in lws_struct_json_serialize()
|
/third_party/libwebsockets/lib/roles/ws/ |
D | private-lib-roles-ws.h | 102 struct lws_dll2_owner proxy_owner;
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
D | smtp-sequencer.c | 44 struct lws_dll2_owner emails_owner; /* email queue */
|
/third_party/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 66 struct lws_dll2_owner src_list; /**< sink's list of bound sources */
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
D | main.c | 364 struct lws_dll2_owner targets;
|