Searched refs:expectedCharCount (Results 1 – 2 of 2) sorted by relevance
142 if (status || ((count != expectedCharCount) && ackSeqNum)) in processInboundPayload()153 else if ((count == expectedCharCount) && ackSeqNum) in processInboundPayload()162 expectedCharCount = 0; in processInboundPayload()246 expectedCharCount = readSize; in prepareResponse()273 expectedCharCount = readSize; in sendOutboundPayload()290 expectedCharCount = 0; in resendPayload()291 sol::Manager::get().dataBuffer.erase(expectedCharCount); in resendPayload()
284 size_t expectedCharCount = 0; member in sol::Context