Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dwsi.c484 lws_rx_flow_control(wsi, LWS_RXFLOW_ALLOW); in lws_rx_flow_allow_all_protocol()
540 wsi->rxflow_change_to & LWS_RXFLOW_ALLOW); in __lws_rx_flow_control()
544 if (wsi->rxflow_change_to & LWS_RXFLOW_ALLOW) { in __lws_rx_flow_control()
Dadopt.c84 new_wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_create_new_server_wsi()
Dprivate-lib-core-net.h143 LWS_RXFLOW_ALLOW = (1 << 0), enumerator
/third_party/libwebsockets/lib/roles/ws/
Dclient-ws.c631 wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_client_ws_upgrade()
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c93 new_wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_create_stdwsi()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-spawn.c88 new_wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_create_basic_wsi()
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c720 LWS_RXFLOW_ALLOW); in callback_ss_proxy()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c980 wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_client_interpret_server_handshake()