Home
last modified time | relevance | path

Searched refs:client_pipeline (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c876 ww->client_pipeline = 0; in lws_client_interpret_server_handshake()
1261 if (!wsi->client_pipeline) in lws_generate_client_handshake()
1686 wsi->client_pipeline = 1; in lws_client_reset()
/third_party/libwebsockets/lib/core-net/client/
Dconnect2.c184 if (!wsi->client_pipeline) {
Dconnect.c296 wsi->client_pipeline = !!(i->ssl_connection & LCCSCF_PIPELINE); in lws_client_connect_via_info()
/third_party/libwebsockets/lib/core-net/
Dclose.c195 wsi->redirected_to_get = wsi->client_pipeline = wsi->client_h2_alpn = in __lws_reset_wsi()
Dprivate-lib-core-net.h827 unsigned int client_pipeline:1; member