Home
last modified time | relevance | path

Searched refs:tmpInTarget (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4frame.c1046 size_t tmpInTarget; member
1124 dctx->tmpInTarget = 8; in LZ4F_decodeHeader()
1161 dctx->tmpInTarget = frameHeaderSize; in LZ4F_decodeHeader()
1409 dctx->tmpInTarget = minFHSize; /* minimum size to decode header */ in LZ4F_decompress()
1414 … { size_t const sizeToCopy = MIN(dctx->tmpInTarget - dctx->tmpInSize, (size_t)(srcEnd - srcPtr)); in LZ4F_decompress()
1419 if (dctx->tmpInSize < dctx->tmpInTarget) { in LZ4F_decompress()
1420 …nextSrcSizeHint = (dctx->tmpInTarget - dctx->tmpInSize) + BHSize; /* rest of header + nextBlockH… in LZ4F_decompress()
1424 …{ size_t const hSize = LZ4F_decodeHeader(dctx, dctx->header, dctx->tmpInTarget); /* will update… in LZ4F_decompress()
1447 dctx->tmpInTarget = 0; in LZ4F_decompress()
1493 dctx->tmpInTarget = nextCBlockSize; in LZ4F_decompress()
[all …]