Home
last modified time | relevance | path

Searched refs:LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM (Results 1 – 12 of 12) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-client.h43 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM = (1 << 5), enumerator
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h2.c150 i->ssl_connection |= LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in secstream_connect_munge_h2()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
Dminimal-http-client-attach.c136 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in attach_callback()
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/
Dmain.c50 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in system_notify_cb()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
Dminimal-http-client-captive-portal.c250 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dminimal-http-server-eventlib-foreign.c147 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in do_client_conn()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
Dminimal-http-client.c182 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in system_notify_cb()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c373 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in do_client_conn()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c259 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in system_notify_cb()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
Dminimal-http-client.c118 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM | in try_connect()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c612 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in main()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1185 (!(wsi->flags & LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM) || in lws_h2_parse_frame_header()
1577 !(wsi->flags & LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM) in lws_h2_parse_end_of_frame()
2644 if ((wsi->flags & LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM) && in lws_h2_client_handshake()