Home
last modified time | relevance | path

Searched refs:remainingToFlush (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/lib/zstd/
Dcompress.c3265 size_t const remainingToFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize; in ZSTD_endStream() local
3267 if (remainingToFlush) { in ZSTD_endStream()
3269 return remainingToFlush + ZSTD_BLOCKHEADERSIZE /* final empty block */ + (zcs->checksum * 4); in ZSTD_endStream()