Searched refs:tmpOutSize (Results 1 – 1 of 1) sorted by relevance
1005 size_t tmpOutSize; member1257 size_t copySize = 64 KB - dctx->tmpOutSize; in LZ4F_updateDict()1259 if (dctx->tmpOutSize > 64 KB) copySize = 0; in LZ4F_updateDict()1389 dctx->tmpOutSize = 0; in LZ4F_decompress()1607 dctx->tmpOutSize = decodedSize; in LZ4F_decompress()1614 … { size_t const sizeToCopy = MIN(dctx->tmpOutSize - dctx->tmpOutStart, (size_t)(dstEnd-dstPtr)); in LZ4F_decompress()1624 if (dctx->tmpOutStart == dctx->tmpOutSize) { /* all flushed */ in LZ4F_decompress()1736 size_t copySize = 64 KB - dctx->tmpOutSize; in LZ4F_decompress()1738 if (dctx->tmpOutSize > 64 KB) copySize = 0; in LZ4F_decompress()