Home
last modified time | relevance | path

Searched defs:parent_wsi (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/roles/h2/
Dhttp2.c214 lws_wsi_server_new(struct lws_vhost *vh, struct lws *parent_wsi, in lws_wsi_server_new()
298 lws_wsi_h2_adopt(struct lws *parent_wsi, struct lws *wsi) in lws_wsi_h2_adopt()
/external/libwebsockets/include/libwebsockets/
Dlws-client.h94 struct lws *parent_wsi; member
/external/libwebsockets/lib/core-net/
Dadopt.c583 struct lws *parent_wsi, void *opaque, in lws_create_adopt_udp()
Dwsi.c1067 lws_wsi_mux_insert(struct lws *wsi, struct lws *parent_wsi, int sid) in lws_wsi_mux_insert()
1083 lws_wsi_mux_from_id(struct lws *parent_wsi, unsigned int sid) in lws_wsi_mux_from_id()
Dprivate-lib-core-net.h37 struct lws *parent_wsi; member
/external/libwebsockets/lib/roles/mqtt/
Dmqtt.c2089 lws_wsi_mqtt_adopt(struct lws *parent_wsi, struct lws *wsi) in lws_wsi_mqtt_adopt()