Searched refs:lws_dll2_owner (Results 1 – 17 of 17) sorted by relevance
/external/libwebsockets/include/libwebsockets/ |
D | lws-dll2.h | 253 struct lws_dll2_owner; 258 struct lws_dll2_owner *owner; 261 typedef struct lws_dll2_owner { struct 271 static LWS_INLINE const struct lws_dll2_owner * argument 272 lws_dll2_owner(const struct lws_dll2 *d) { return d->owner; } in lws_dll2_owner() function 275 lws_dll2_get_head(struct lws_dll2_owner *owner) { return owner->head; } in lws_dll2_get_head() 278 lws_dll2_get_tail(struct lws_dll2_owner *owner) { return owner->tail; } in lws_dll2_get_tail() 281 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner); 284 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner); 290 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-struct.h | 80 struct lws_dll2_owner chunks_owner;
|
D | lws-misc.h | 748 struct lws_dll2_owner *owner;
|
/external/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 *…
|
/external/libwebsockets/lib/core/ |
D | lws_dll2.c | 32 lws_dll2_foreach_safe(struct lws_dll2_owner *owner, void *user, in lws_dll2_foreach_safe() 44 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head() 115 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_tail() 179 lws_dll2_owner_clear(struct lws_dll2_owner *d) in lws_dll2_owner_clear()
|
/external/libwebsockets/lib/core-net/ |
D | private-lib-core-net.h | 358 struct lws_dll2_owner dll_buflist_owner; /* guys with pending rxflow */ 359 struct lws_dll2_owner seq_owner; /* list of lws_sequencer-s */ 371 struct lws_dll2_owner pt_sul_owner; 563 struct lws_dll2_owner *same_vh_protocol_owner; 565 struct lws_dll2_owner abstract_instances_owner; /* vh lock */ 568 struct lws_dll2_owner dll_cli_active_conns_owner; 570 struct lws_dll2_owner vh_awaiting_socket_owner; 694 struct lws_dll2_owner dll2_cli_txn_queue_owner;
|
D | sequencer.c | 47 struct lws_dll2_owner seq_event_owner;
|
D | vhost.c | 704 vh->same_vh_protocol_owner = (struct lws_dll2_owner *) in lws_create_vhost() 705 lws_zalloc(sizeof(struct lws_dll2_owner) * in lws_create_vhost()
|
/external/libwebsockets/lib/tls/ |
D | private-network.h | 36 struct lws_dll2_owner cc_owner; 41 struct lws_dll2_owner dll_pending_tls_owner;
|
/external/libwebsockets/lib/roles/dbus/ |
D | private-lib-roles-dbus.h | 40 struct lws_dll2_owner timer_list_owner;
|
/external/libwebsockets/lib/abstract/ |
D | private-lib-abstract.h | 45 struct lws_dll2_owner children_owner; /* our children / queue */
|
/external/libwebsockets/lib/misc/ |
D | lws-struct-lejp.c | 166 struct lws_dll2_owner *owner; in lws_struct_default_lejp_cb() 182 owner = (struct lws_dll2_owner *) in lws_struct_default_lejp_cb() 462 struct lws_dll2_owner *o; in lws_struct_json_serialize() 489 o = (struct lws_dll2_owner *)q; in lws_struct_json_serialize() 575 o = (struct lws_dll2_owner *)q; in lws_struct_json_serialize()
|
/external/libwebsockets/lib/roles/ws/ |
D | private-lib-roles-ws.h | 100 struct lws_dll2_owner proxy_owner;
|
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
D | main.c | 223 struct lws_dll2_owner targets;
|
/external/libwebsockets/lib/abstract/protocols/smtp/ |
D | smtp-sequencer.c | 41 struct lws_dll2_owner emails_owner; /* email queue */
|
/external/libwebsockets/lib/secure-streams/ |
D | private-lib-secure-streams.h | 49 struct lws_dll2_owner src_list; /**< sink's list of bound sources */
|