Home
last modified time | relevance | path

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

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/mqtt/
H A Dops-mqtt.c516 && !network_wsi->client_mux_substream in rops_callback_on_writable_mqtt()
534 || wsi->client_mux_substream in rops_close_kill_connection_mqtt()
552 wsi->client_mux_substream || in rops_close_kill_connection_mqtt()
H A Dmqtt.c1148 w->client_mux_substream = 1; in _lws_mqtt_rx_parser()
2236 wsi->client_mux_substream = 1; in lws_wsi_mqtt_adopt()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/http/client/
H A Dclient-http.c513 if (wsi->client_mux_substream) in lws_http_transaction_completed_client()
594 if (wsi->client_h2_alpn || wsi->client_mux_substream) { in lws_client_interpret_server_handshake()
632 if (!wsi->client_mux_substream) { in lws_client_interpret_server_handshake()
794 if (!wsi->client_h2_alpn && !wsi->client_mux_substream) { in lws_client_interpret_server_handshake()
951 if (!wsi->mux_substream && !wsi->client_mux_substream && in lws_client_interpret_server_handshake()
1718 if (wsi->client_mux_substream) in lws_client_reset()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/h2/
H A Dops-h2.c685 || wsi->client_mux_substream in rops_close_kill_connection_h2()
712 wsi->client_mux_substream || in rops_close_kill_connection_h2()
766 && !network_wsi->client_mux_substream in rops_callback_on_writable_h2()
H A Dhttp2.c340 wsi->client_mux_substream = 1; in lws_wsi_h2_adopt()
1497 h2n->swsi->client_mux_substream = 1; in lws_h2_parse_end_of_frame()
1632 if (h2n->swsi->client_mux_substream && in lws_h2_parse_end_of_frame()
1722 h2n->swsi->client_mux_substream) { in lws_h2_parse_end_of_frame()
1732 if (h2n->swsi->client_mux_substream) { in lws_h2_parse_end_of_frame()
1818 if (h2n->swsi->client_mux_substream && in lws_h2_parse_end_of_frame()
2209 if (h2n->swsi->client_mux_substream) { in lws_h2_parser()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/ws/
H A Dclient-ws.c254 if (wsi->client_mux_substream) {/* !!! client ws-over-h2 not there yet */ in lws_client_ws_upgrade()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/http/
H A Dheader.c61 wsi->client_mux_substream || in lws_wsi_is_h2()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core-net/
H A Dwsi.c115 && !wsi->client_mux_substream in lws_get_network_wsi()
1201 && !wsi->client_mux_substream in lws_mux_mark_immortal()
H A Dprivate-lib-core-net.h835 unsigned int client_mux_substream:1; member
H A Dvhost.c1783 wsi->client_mux_substream = 1;