Searched refs:tobeReadLen (Results 1 – 1 of 1) sorted by relevance
901 int tobeReadLen = static_cast<int>(payloadHeadSize); in OnRead() local902 if (bufLen - packetHeadSize < tobeReadLen) { in OnRead()909 ret = packetHeadSize + tobeReadLen; in OnRead()