Searched refs:requiredLength (Results 1 – 2 of 2) sorted by relevance
97 private int requiredLength = HEADER_LENGTH; field in MessageDeframer318 while ((missingBytes = requiredLength - nextFrame.readableBytes()) > 0) { in readRequiredBytes()382 requiredLength = nextFrame.readInt(); in processHeader()383 if (requiredLength < 0 || requiredLength > maxInboundMessageSize) { in processHeader()386 maxInboundMessageSize, requiredLength)) in processHeader()412 requiredLength = HEADER_LENGTH; in processBody()
353 UChar** nextArray(int32_t& requiredLength);423 int32_t requiredLength = -1; in doParse() local426 UChar** elem = nextArray(requiredLength); in doParse()459 …return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL in doParse()467 LocDataParser::nextArray(int32_t& requiredLength) { in nextArray() argument505 if (requiredLength == -1) { in nextArray()506 requiredLength = array.length() + 1; in nextArray()507 } else if (array.length() != requiredLength) { in nextArray()