Home
last modified time | relevance | path

Searched refs:upgraded_to_http2 (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c183 if (wsi->mux_substream || wsi->upgraded_to_http2) { in rops_handle_POLLIN_h2()
373 if ((wsi->upgraded_to_http2 in rops_handle_POLLOUT_h2()
667 if (wsi->upgraded_to_http2 || wsi->mux_substream) { in rops_destroy_role_h2()
704 if (wsi->upgraded_to_http2 || wsi->mux_substream in rops_close_kill_connection_h2()
719 if (wsi->upgraded_to_http2) { in rops_close_kill_connection_h2()
767 if (wsi->upgraded_to_http2 && !wsi->h2.h2n->pps && in rops_callback_on_writable_h2()
1291 wsi->upgraded_to_http2 = 1; in rops_alpn_negotiated_h2()
Dhttp2.c637 if (!wsi->mux_substream && !nwsi->upgraded_to_http2) in lws_h2_tx_cr_get()
1189 if (wsi->upgraded_to_http2 && in lws_h2_parse_frame_header()
/third_party/libwebsockets/lib/core-net/
Dclose.c182 wsi->upgraded_to_http2 = wsi->mux_stream_immortal = in __lws_reset_wsi()
742 if (!wsi->upgraded_to_http2 || !lwsi_role_client(wsi)) in __lws_close_free_wsi()
Dprivate-lib-core-net.h759 unsigned int upgraded_to_http2:1; member
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c523 if (wsi->upgraded_to_http2 && !wsi->h2.h2n->pps && in rops_callback_on_writable_mqtt()
/third_party/libwebsockets/lib/roles/http/
Dheader.c58 return wsi->upgraded_to_http2 || in lws_wsi_is_h2()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1999 wsi->upgraded_to_http2, wsi->mux_substream); in lws_http_action()
2460 wsi->upgraded_to_http2 = 1; in lws_handshake_server()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1044 if (wsi->mux_substream || wsi->upgraded_to_http2) { in rops_handle_POLLIN_ws()