Searched defs:parent_wsi (Results 1 - 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/roles/h2/ |
H A D | http2.c | 216 __lws_wsi_server_new(struct lws_vhost *vh, struct lws *parent_wsi, in __lws_wsi_server_new() argument 326 lws_wsi_h2_adopt(struct lws *parent_wsi, struct lws *wsi) lws_wsi_h2_adopt() argument [all...] |
/third_party/libwebsockets/lib/core-net/ |
H A D | adopt.c | 793 lws_create_adopt_udp(struct lws_vhost *vhost, const char *ads, int port, int flags, const char *protocol_name, const char *ifname, struct lws *parent_wsi, void *opaque, const lws_retry_bo_t *retry_policy, const char *fi_wsi_name) lws_create_adopt_udp() argument
|
H A D | wsi.c | 1366 lws_wsi_mux_insert(struct lws *wsi, struct lws *parent_wsi, unsigned int sid) in lws_wsi_mux_insert() argument 1388 lws_wsi_mux_from_id(struct lws *parent_wsi, unsigned int sid) lws_wsi_mux_from_id() argument [all...] |
H A D | private-lib-core-net.h | 37 struct lws *parent_wsi; member
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-client.h | 136 struct lws *parent_wsi; member
|
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | mqtt.c | 2468 lws_wsi_mqtt_adopt(struct lws *parent_wsi, struct lws *wsi) in lws_wsi_mqtt_adopt() argument
|
Completed in 10 milliseconds