Searched refs:msgSize (Results 1 – 2 of 2) sorted by relevance
106 const int msgSize = reply.size() - 3; in qemuRunQuery() local107 if (msgSize > 0) { in qemuRunQuery()109 query, msgSize, &reply[3]); in qemuRunQuery()
179 int32_t msgSize = readInt(mSockFd); in read() local180 if (msgSize <= 0) { in read()185 return readExactly(mSockFd, msgSize); in read()