Searched refs:maxMsgSize (Results 1 – 4 of 4) sorted by relevance
199 const int maxMsgSize = de::min((int)m_dataMsgTmpBuf.size(), messageBuffer.getNumFree()); in pollBuffer() local205 ? m_process->readTestLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1) in pollBuffer()206 … : m_process->readInfoLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1); in pollBuffer()
127 int maxMsgSize) { in PipelinedMsgParser() argument128 this(mhandler, in, false, maxMsgSize); in PipelinedMsgParser()
897 String maxMsgSize = configurationProperties in SipStackImpl() local901 if (maxMsgSize != null) { in SipStackImpl()902 super.maxMessageSize = new Integer(maxMsgSize).intValue(); in SipStackImpl()
636 size_t maxMsgSize = [reason maximumLengthOfBytesUsingEncoding:NSUTF8StringEncoding];637 …MutableData *mutablePayload = [[NSMutableData alloc] initWithLength:sizeof(uint16_t) + maxMsgSize];652 if (usedLength != maxMsgSize) {