Searched refs:msgSize (Results 1 – 3 of 3) 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 size_t msgSize = getMessageSize(); in read() local82 size_t numBytesLeft = msgSize - m_buffer.size(); in read()
952 int msgSize = 0; in build() local954 msgSize += mBody.getPart(i).getDataLength(); in build()956 mRequest.setMessageSize(msgSize); in build()