Searched refs:toFlush (Results 1 – 1 of 1) sorted by relevance
4224 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic() local4226 zcs->outBuff + zcs->outBuffFlushedSize, toFlush); in ZSTD_compressStream_generic()4228 (unsigned)toFlush, (unsigned)(oend-op), (unsigned)flushed); in ZSTD_compressStream_generic()4232 if (toFlush!=flushed) { in ZSTD_compressStream_generic()4856 size_t const toFlush = remainingToFlush + lastBlockSize + checksumSize; in ZSTD_endStream() local4857 DEBUGLOG(4, "ZSTD_endStream : remaining to flush : %u", (unsigned)toFlush); in ZSTD_endStream()4858 return toFlush; in ZSTD_endStream()