Searched refs:toFlush (Results 1 – 1 of 1) sorted by relevance
6139 { size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_compressStream_generic() local6141 zcs->outBuff + zcs->outBuffFlushedSize, toFlush); in ZSTD_compressStream_generic()6143 (unsigned)toFlush, (unsigned)(oend-op), (unsigned)flushed); in ZSTD_compressStream_generic()6147 if (toFlush!=flushed) { in ZSTD_compressStream_generic()7454 size_t const toFlush = remainingToFlush + lastBlockSize + checksumSize; in ZSTD_endStream() local7455 DEBUGLOG(4, "ZSTD_endStream : remaining to flush : %u", (unsigned)toFlush); in ZSTD_endStream()7456 return toFlush; in ZSTD_endStream()