Searched refs:ZSTD_e_flush (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dstream_round_trip.c75 ZSTD_compress_generic(cctx, &out, &in, ZSTD_e_flush);
/freebsd-12-stable/sys/contrib/zstd/lib/
H A Dzstd.h1145 ZSTD_e_flush, /* flush any data provided so far - frame will continue, future data can still reference previous data for better compression */ enumerator in enum:__anon11826
1163 * This is useful for ZSTD_e_flush, since in this case more flushes are necessary to empty all buffers.
1166 * only ZSTD_e_end or ZSTD_e_flush operations are allowed.
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1770 endOp = ZSTD_e_flush; /* can't end now : not all input consumed */
1822 return ZSTDMT_flushStream_internal(mtctx, output, ZSTD_e_flush);
H A Dzstd_compress.c3091 if ( (flushMode == ZSTD_e_flush)
3288 CHECK_F( ZSTD_compressStream_generic(zcs, output, &input, ZSTD_e_flush) );
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dzstreamtest.c1735 ZSTD_EndDirective const flush = (FUZ_rand(&lseed) & 15) ? ZSTD_e_continue : ZSTD_e_flush;

Completed in 186 milliseconds