Home
last modified time | relevance | path

Searched refs:LCCSCF_H2_MANUAL_RXFLOW (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-client.h47 LCCSCF_H2_MANUAL_RXFLOW = (1 << 9), enumerator
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h2.c171 i->ssl_connection |= LCCSCF_H2_MANUAL_RXFLOW; in secstream_connect_munge_h2()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
Dminimal-http-client.c204 i.ssl_connection |= LCCSCF_H2_MANUAL_RXFLOW; in system_notify_cb()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c292 i.ssl_connection |= LCCSCF_H2_MANUAL_RXFLOW; in system_notify_cb()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
Dminimal-http-client.c149 i.ssl_connection |= LCCSCF_H2_MANUAL_RXFLOW; in try_connect()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c2329 if (!(h2n->swsi->flags & LCCSCF_H2_MANUAL_RXFLOW)) in lws_h2_parser()
2666 if (wsi->flags & LCCSCF_H2_MANUAL_RXFLOW) { in lws_h2_client_handshake()