Searched refs:msgSize (Results 1 – 1 of 1) sorted by relevance
177 int32_t msgSize = readInt(mSockFd); in read() local178 if (msgSize <= 0) { in read()183 return readExactly(mSockFd, msgSize); in read()