Home
last modified time | relevance | path

Searched refs:rxflow_change_to (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dwsi.c447 wsi->rxflow_change_to) in lws_rx_flow_control()
450 wsi->rxflow_change_to = LWS_RXFLOW_PENDING_CHANGE | in lws_rx_flow_control()
454 wsi->rxflow_bitmap, en, wsi->rxflow_change_to); in lws_rx_flow_control()
518 if (wsic->rxflow_change_to & LWS_RXFLOW_PENDING_CHANGE) in __lws_rx_flow_control()
525 if (!(wsi->rxflow_change_to & LWS_RXFLOW_PENDING_CHANGE)) in __lws_rx_flow_control()
537 wsi->rxflow_change_to &= (~LWS_RXFLOW_PENDING_CHANGE) & 3; in __lws_rx_flow_control()
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.h770 unsigned int rxflow_change_to:2; member
/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/roles/http/client/
Dclient-http.c980 wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_client_interpret_server_handshake()