Home
last modified time | relevance | path

Searched refs:client_mux_migrated (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dvhost.c1842 if (w->client_h2_alpn && w->client_mux_migrated &&
1872 if (lwsi_role_mqtt(wsi) && w->client_mux_migrated &&
Dclose.c196 wsi->client_mux_substream = wsi->client_mux_migrated = in __lws_reset_wsi()
Dprivate-lib-core-net.h830 unsigned int client_mux_migrated:1; member
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1468 if (wsi->client_h2_alpn && !wsi->client_mux_migrated && in lws_h2_parse_end_of_frame()
1477 wsi->client_mux_migrated = 1; in lws_h2_parse_end_of_frame()
/third_party/libwebsockets/lib/roles/mqtt/
Dmqtt.c1300 wsi->client_mux_migrated = 1; in _lws_mqtt_rx_parser()