Searched refs:tmpOutSize (Results 1 – 1 of 1) sorted by relevance
145 size_t tmpOutSize; member800 dctxPtr->tmpOutSize = 0; in LZ4F_decodeHeader()893 size_t copySize = 64 KB - dctxPtr->tmpOutSize; in LZ4F_updateDict()895 if (dctxPtr->tmpOutSize > 64 KB) copySize = 0; in LZ4F_updateDict()1206 dctxPtr->tmpOutSize = decodedSize; in LZ4F_decompress()1214 size_t sizeToCopy = dctxPtr->tmpOutSize - dctxPtr->tmpOutStart; in LZ4F_decompress()1226 if (dctxPtr->tmpOutStart == dctxPtr->tmpOutSize) in LZ4F_decompress()1299 size_t copySize = 64 KB - dctxPtr->tmpOutSize; in LZ4F_decompress()1301 if (dctxPtr->tmpOutSize > 64 KB) copySize = 0; in LZ4F_decompress()