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