Searched refs:lastBuf (Results 1 – 2 of 2) sorted by relevance
309 ByteBuf lastBuf = unhandledBufs.get(unhandledIdx); in handlePayload() local315 while (lastBuf.readableBytes() >= HEADER_BYTES + suffixBytes) { in handlePayload()317 int frameSize = lastBuf.readIntLE(); in handlePayload()320 if (lastBuf.readableBytes() < frameSize) { in handlePayload()321 lastBuf.readerIndex(lastBuf.readerIndex() - HEADER_LEN_FIELD_BYTES); in handlePayload()325 checkArgument(lastBuf.readIntLE() == 6); in handlePayload()327 ciphertextsAndTags.add(lastBuf.readSlice(payloadSize + suffixBytes)); in handlePayload()359 ByteBuf lastBuf = unhandledBufs.get(bufsSize - 1); in clearState() local360 boolean keepLast = lastBuf.isReadable(); in clearState()368 unhandledBufs.add(lastBuf); in clearState()[all …]
173 local lastBuf185 if not lastBuf then186 lastBuf = buf189 assert(lastBuf == buf, "Monster output buffers are not identical")