Searched refs:toFlush (Results 1 – 1 of 1) sorted by relevance
5342 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic() local5344 zcs->outBuff + zcs->outBuffFlushedSize, toFlush); in ZSTD_compressStream_generic()5346 (unsigned)toFlush, (unsigned)(oend-op), (unsigned)flushed); in ZSTD_compressStream_generic()5350 if (toFlush!=flushed) { in ZSTD_compressStream_generic()5978 size_t const toFlush = remainingToFlush + lastBlockSize + checksumSize; in ZSTD_endStream() local5979 DEBUGLOG(4, "ZSTD_endStream : remaining to flush : %u", (unsigned)toFlush); in ZSTD_endStream()5980 return toFlush; in ZSTD_endStream()