Searched refs:unprotectedBuf (Results 1 – 1 of 1) sorted by relevance
237 ByteBuf unprotectedBuf; in decodeFrame() local239 unprotectedBuf = handlePayload(alloc); in decodeFrame()243 if (unprotectedBuf != null) { in decodeFrame()244 out.add(unprotectedBuf); in decodeFrame()335 ByteBuf unprotectedBuf = in handlePayload() local340 ByteBuf out = writeSlice(unprotectedBuf, firstFrameUnprotectedLen + suffixBytes); in handlePayload()343 unprotectedBuf.writerIndex(unprotectedBuf.writerIndex() - suffixBytes); in handlePayload()346 out = writeSlice(unprotectedBuf, unprotectedLens.get(frameIdx) + suffixBytes); in handlePayload()349 unprotectedBuf.writerIndex(unprotectedBuf.writerIndex() - suffixBytes); in handlePayload()351 return unprotectedBuf.retain(); in handlePayload()[all …]