Searched refs:rxflow_change_to (Results 1 – 7 of 7) sorted by relevance
447 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()
84 new_wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_create_new_server_wsi()
770 unsigned int rxflow_change_to:2; member
631 wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_client_ws_upgrade()
93 new_wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_create_stdwsi()
88 new_wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_create_basic_wsi()
980 wsi->rxflow_change_to = LWS_RXFLOW_ALLOW; in lws_client_interpret_server_handshake()