Searched refs:m_receivedDataSizeForFlowControl (Results 1 – 2 of 2) sorted by relevance
117 …, m_receivedDataSizeForFlowControl(receivedDataSizeForFlowControlHighWaterMark * 2) // initial quo… in NewWebSocketChannelImpl()355 … if (!m_handle || m_receivedDataSizeForFlowControl < receivedDataSizeForFlowControlHighWaterMark) { in flowControlIfNecessary()358 m_handle->flowControl(m_receivedDataSizeForFlowControl); in flowControlIfNecessary()359 m_receivedDataSizeForFlowControl = 0; in flowControlIfNecessary()463 m_receivedDataSizeForFlowControl += size; in didReceiveData()
167 int64_t m_receivedDataSizeForFlowControl; variable