Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-client.h99 LCCSCF_CACHE_COOKIES = (1 << 30), enumerator
/third_party/libwebsockets/READMEs/
DREADME.http-cache.md31 To enable it on connections at lws level, add the flag `LCCSCF_CACHE_COOKIES` to
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h2.c162 i->ssl_connection |= LCCSCF_CACHE_COOKIES; in secstream_connect_munge_h2()
Dss-ws.c224 i->ssl_connection |= LCCSCF_CACHE_COOKIES; in secstream_connect_munge_ws()
Dss-h1.c1173 i->ssl_connection |= LCCSCF_CACHE_COOKIES; in secstream_connect_munge_h1()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
DREADME.md24 -b|Apply tls option LCCSCF_CACHE_COOKIES
Dminimal-http-client.c283 i.ssl_connection |= LCCSCF_CACHE_COOKIES; in system_notify_cb()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c640 if ((wsi->flags & LCCSCF_CACHE_COOKIES) && in lws_client_interpret_server_handshake()
1268 if (wsi->flags & LCCSCF_CACHE_COOKIES) in lws_generate_client_handshake()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c2628 if (wsi->flags & LCCSCF_CACHE_COOKIES) in lws_h2_client_handshake()