Home
last modified time | relevance | path

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

/external/zstd/contrib/seekable_format/examples/
Dseekable_compression.c91 … size_t const remainingToFlush = ZSTD_seekable_endStream(cstream, &output); /* close stream */ in compressFile_orDie() local
/external/zstd/tests/
Dzstreamtest.c1917 { size_t remainingToFlush = (size_t)(-1); in fuzzerTests() local
2333 { size_t remainingToFlush = 1; in fuzzerTests_newAPI() local
/external/zstd/lib/compress/
Dzstdmt_compress.c1854 …{ size_t const remainingToFlush = ZSTDMT_flushProduced(mtctx, output, !forwardInputProgress, end… in ZSTDMT_compressStream_generic() local
Dzstd_compress.c6170 size_t const remainingToFlush = ZSTD_compressStream2(zcs, output, &input, ZSTD_e_end); in ZSTD_endStream() local