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