Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c739 size_t tmpInTarget; member
841 dctxPtr->tmpInTarget = 8; in LZ4F_decodeHeader()
870 dctxPtr->tmpInTarget = frameHeaderSize; in LZ4F_decodeHeader()
914 dctxPtr->tmpInTarget = 0; in LZ4F_decodeHeader()
1081 dctxPtr->tmpInTarget = minFHSize; /* minimum to attempt decode */ in LZ4F_decompress()
1086 { size_t sizeToCopy = dctxPtr->tmpInTarget - dctxPtr->tmpInSize; in LZ4F_decompress()
1091 if (dctxPtr->tmpInSize < dctxPtr->tmpInTarget) { in LZ4F_decompress()
1092 …nextSrcSizeHint = (dctxPtr->tmpInTarget - dctxPtr->tmpInSize) + BHSize; /* rest of header + next… in LZ4F_decompress()
1096 … LZ4F_errorCode_t const hSize = LZ4F_decodeHeader(dctxPtr, dctxPtr->header, dctxPtr->tmpInTarget); in LZ4F_decompress()
1134 dctxPtr->tmpInTarget = nextCBlockSize; in LZ4F_decompress()
[all …]