Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h2/
Dops-h2.c317 && !wsi->client_h2_alpn in rops_handle_POLLIN_h2()
347 || wsi->client_h2_alpn in rops_handle_POLLOUT_h2()
724 && !wsi->client_h2_alpn in rops_callback_on_writable_h2()
752 && !network_wsi->client_h2_alpn in rops_callback_on_writable_h2()
1150 wsi->client_h2_alpn = 1; in rops_alpn_negotiated_h2()
Dhttp2.c962 && wsi->client_h2_alpn in lws_h2_parse_frame_header()
1185 if (wsi->client_h2_alpn) { in lws_h2_parse_frame_header()
1374 if (wsi->client_h2_alpn && !wsi->client_mux_migrated && in lws_h2_parse_end_of_frame()
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c64 if (wsi->client_h2_alpn) { in lws_client_create_tls()
248 if (wsi->client_h2_alpn) { in lws_client_socket_service()
593 if (wsi->client_h2_alpn || wsi->client_mux_substream) { in lws_client_interpret_server_handshake()
786 if (!wsi->client_h2_alpn && !wsi->client_mux_substream) { in lws_client_interpret_server_handshake()
/external/libwebsockets/lib/roles/mqtt/client/
Dclient-mqtt.c273 if (wsi->client_h2_alpn) { in lws_mqtt_client_socket_service()
/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c479 && !wsi->client_h2_alpn in rops_callback_on_writable_mqtt()
/external/libwebsockets/lib/core-net/
Dvhost.c1494 if (w->client_h2_alpn && w->client_mux_migrated &&
1509 wsi->client_h2_alpn = 1;
Dprivate-lib-core-net.h820 unsigned int client_h2_alpn:1; member
/external/libwebsockets/lib/roles/ws/
Dops-ws.c1204 && !wsi->client_h2_alpn in rops_handle_POLLIN_ws()