Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-client.h64 LCCSCF_PRIORITIZE_READS = (1 << 20), enumerator
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-ws.c227 i->ssl_connection |= LCCSCF_PRIORITIZE_READS; in secstream_connect_munge_ws()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
DREADME.md31 clear pending rx and allow interleaved tx, `LCCSCF_PRIORITIZE_READS` that causes the
Dmain.c135 i.ssl_connection = LCCSCF_USE_SSL | LCCSCF_PRIORITIZE_READS; in connect_client()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1214 if (!pending && (wsi->flags & LCCSCF_PRIORITIZE_READS) && in rops_handle_POLLIN_ws()