Searched refs:tmpInTarget (Results 1 – 1 of 1) sorted by relevance
140 size_t tmpInTarget; member795 dctxPtr->tmpInTarget = 0; in LZ4F_decodeHeader()1067 dctxPtr->tmpInTarget = nextCBlockSize; in LZ4F_decompress()1084 size_t sizeToCopy = dctxPtr->tmpInTarget; in LZ4F_decompress()1096 if (sizeToCopy == dctxPtr->tmpInTarget) /* all copied */ in LZ4F_decompress()1101 dctxPtr->tmpInTarget -= sizeToCopy; /* still need to copy more */ in LZ4F_decompress()1102 nextSrcSizeHint = dctxPtr->tmpInTarget + 4; in LZ4F_decompress()1109 if ((size_t)(srcEnd-srcPtr) < dctxPtr->tmpInTarget) in LZ4F_decompress()1116 srcPtr += dctxPtr->tmpInTarget; in LZ4F_decompress()1123 size_t sizeToCopy = dctxPtr->tmpInTarget - dctxPtr->tmpInSize; in LZ4F_decompress()[all …]