Searched refs:msgSize (Results 1 – 2 of 2) sorted by relevance
201 int msgSize = MESSAGE_HEADER_SIZE+1; // One byte is reserved for terminating 0. in pollBuffer() local211 msgSize += numRead; in pollBuffer()214 m_dataMsgTmpBuf[msgSize-1] = 0; in pollBuffer()217 Message::writeHeader(msgType, msgSize, &m_dataMsgTmpBuf[0], MESSAGE_HEADER_SIZE); in pollBuffer()220 messageBuffer.pushFront(&m_dataMsgTmpBuf[0], msgSize); in pollBuffer()222 …DBG_PRINT((" wrote %d bytes of %s data\n", msgSize, msgType == MESSAGETYPE_INFO ? "info" : "log")… in pollBuffer()
81 int msgSize = getMessageSize(); in read() local82 int numBytesLeft = msgSize - (int)m_buffer.size(); in read()