Home
last modified time | relevance | path

Searched refs:h2_stream_carries_ws (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c304 if (!wsi->h2_stream_carries_ws) { in lws_process_ws_upgrade2()
377 if (wsi->h2_stream_carries_ws) { in lws_process_ws_upgrade2()
416 if (wsi->h2_stream_carries_ws) in lws_process_ws_upgrade2()
Dops-ws.c859 wsi->h2_stream_carries_ws)) in lws_server_init_wsi_for_ws()
1868 if (!wsi->h2_stream_carries_ws) { in rops_write_role_protocol_ws()
1928 if (wsi->mux_substream && wsi->h2_stream_carries_ws) in rops_close_kill_connection_ws()
/third_party/libwebsockets/lib/core-net/
Dwsi-timeout.c284 if (!wsi->h2_stream_carries_ws && /* only if not encapsulated */ in lws_validity_confirmed()
Dprivate-lib-core-net.h761 unsigned int h2_stream_carries_ws:1; /* immortal set as well */ member
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c545 wsi->h2_stream_carries_ws = 1; in rops_check_upgrades_h2()
694 if (wsi->mux_substream && wsi->h2_stream_carries_ws) in rops_close_kill_connection_h2()
Dhttp2.c482 if (!wsi->h2_stream_carries_ws && h2n->type == LWS_H2_FRAME_TYPE_COUNT) in lws_h2_rst_stream()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1129 !((wsi->mux_substream || wsi->h2_stream_carries_ws) in lws_http_get_uri_and_method()