Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-client.h43 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM = (1 << 5), enumerator
/external/libwebsockets/lib/secure-streams/protocols/
Dss-h2.c116 i->ssl_connection |= LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in secstream_connect_munge_h2()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
Dminimal-http-client-attach.c134 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in attach_callback()
/external/libwebsockets/minimal-examples/gtk/minimal-gtk/
Dmain.c50 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in system_notify_cb()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
Dminimal-http-client.c183 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in system_notify_cb()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c201 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in system_notify_cb()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c395 LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM; in main()
/external/libwebsockets/lib/roles/h2/
Dhttp2.c1112 (!(wsi->flags & LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM) || in lws_h2_parse_frame_header()
1450 !(wsi->flags & LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM) in lws_h2_parse_end_of_frame()
2406 if ((wsi->flags & LCCSCF_H2_QUIRK_NGHTTP2_END_STREAM) && in lws_h2_client_handshake()