Home
last modified time | relevance | path

Searched refs:client_h2_alpn (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c345 && !wsi->client_h2_alpn in rops_handle_POLLIN_h2()
375 || wsi->client_h2_alpn in rops_handle_POLLOUT_h2()
758 && !wsi->client_h2_alpn in rops_callback_on_writable_h2()
786 && !network_wsi->client_h2_alpn in rops_callback_on_writable_h2()
1280 wsi->client_h2_alpn = 1; in rops_alpn_negotiated_h2()
Dhttp2.c1029 && wsi->client_h2_alpn in lws_h2_parse_frame_header()
1258 if (wsi->client_h2_alpn) { in lws_h2_parse_frame_header()
1462 if (wsi->client_h2_alpn && !wsi->client_mux_migrated && in lws_h2_parse_end_of_frame()
1504 h2n->swsi->client_h2_alpn = 1; in lws_h2_parse_end_of_frame()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c222 if (wsi->client_h2_alpn //&& in lws_http_client_socket_service()
241 if (wsi->client_h2_alpn) in lws_http_client_socket_service()
614 if (wsi->client_h2_alpn || 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()
/third_party/libwebsockets/lib/core-net/client/
Dconnect4.c219 wsi->client_h2_alpn); in lws_client_connect_4_established()
/third_party/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c515 && !wsi->client_h2_alpn in rops_callback_on_writable_mqtt()
/third_party/libwebsockets/lib/core-net/
Dvhost.c1828 if (w->client_h2_alpn && w->client_mux_migrated &&
1841 wsi->client_h2_alpn = 1;
Dclose.c195 wsi->redirected_to_get = wsi->client_pipeline = wsi->client_h2_alpn = in __lws_reset_wsi()
Dprivate-lib-core-net.h828 unsigned int client_h2_alpn:1; member
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1204 && !wsi->client_h2_alpn in rops_handle_POLLIN_ws()