Home
last modified time | relevance | path

Searched refs:client_mux_substream (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c550 && !network_wsi->client_mux_substream in rops_callback_on_writable_mqtt()
568 || wsi->client_mux_substream in rops_close_kill_connection_mqtt()
586 wsi->client_mux_substream || in rops_close_kill_connection_mqtt()
Dmqtt.c1299 w->client_mux_substream = 1; in _lws_mqtt_rx_parser()
2478 wsi->client_mux_substream = 1; in lws_wsi_mqtt_adopt()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c532 if (wsi->client_mux_substream) in lws_http_transaction_completed_client()
614 if (wsi->client_h2_alpn || wsi->client_mux_substream) { in lws_client_interpret_server_handshake()
659 if (!wsi->client_mux_substream) { in lws_client_interpret_server_handshake()
844 if (!wsi->client_h2_alpn && !wsi->client_mux_substream) { in lws_client_interpret_server_handshake()
1001 if (!wsi->mux_substream && !wsi->client_mux_substream && in lws_client_interpret_server_handshake()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c706 || wsi->client_mux_substream in rops_close_kill_connection_h2()
733 wsi->client_mux_substream || in rops_close_kill_connection_h2()
787 && !network_wsi->client_mux_substream in rops_callback_on_writable_h2()
Dhttp2.c341 wsi->client_mux_substream = 1; in lws_wsi_h2_adopt()
1509 h2n->swsi->client_mux_substream = 1; in lws_h2_parse_end_of_frame()
1649 if (h2n->swsi->client_mux_substream && in lws_h2_parse_end_of_frame()
1748 h2n->swsi->client_mux_substream) { in lws_h2_parse_end_of_frame()
1758 if (h2n->swsi->client_mux_substream) { in lws_h2_parse_end_of_frame()
1844 if (h2n->swsi->client_mux_substream && in lws_h2_parse_end_of_frame()
2235 if (h2n->swsi->client_mux_substream) { in lws_h2_parser()
/third_party/libwebsockets/lib/core-net/
Dclose.c196 wsi->client_mux_substream = wsi->client_mux_migrated = in __lws_reset_wsi()
395 wsi->client_mux_substream_was = wsi->client_mux_substream; in __lws_close_free_wsi()
Dwsi.c139 && !wsi->client_mux_substream in lws_get_network_wsi()
1305 && !wsi->client_mux_substream in lws_mux_mark_immortal()
Dprivate-lib-core-net.h829 unsigned int client_mux_substream:1; member
Dvhost.c1878 wsi->client_mux_substream = 1;
/third_party/libwebsockets/lib/roles/ws/
Dclient-ws.c253 if (wsi->client_mux_substream) {/* !!! client ws-over-h2 not there yet */ in lws_client_ws_upgrade()
/third_party/libwebsockets/lib/roles/http/
Dheader.c61 wsi->client_mux_substream || in lws_wsi_is_h2()