Searched refs:ZSTD_e_flush (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/contrib/zstd/tests/fuzz/ |
| D | stream_round_trip.c | 75 ZSTD_compress_generic(cctx, &out, &in, ZSTD_e_flush); in compress()
|
| /freebsd-12-stable/sys/contrib/zstd/lib/ |
| D | zstd.h | 1145 …ZSTD_e_flush, /* flush any data provided so far - frame will continue, future data can still … enumerator
|
| /freebsd-12-stable/sys/contrib/zstd/lib/compress/ |
| D | zstdmt_compress.c | 1770 endOp = ZSTD_e_flush; /* can't end now : not all input consumed */ in ZSTDMT_compressStream_generic() 1822 return ZSTDMT_flushStream_internal(mtctx, output, ZSTD_e_flush); in ZSTDMT_flushStream()
|
| D | zstd_compress.c | 3091 if ( (flushMode == ZSTD_e_flush) in ZSTD_compressStream_generic() 3288 CHECK_F( ZSTD_compressStream_generic(zcs, output, &input, ZSTD_e_flush) ); in ZSTD_flushStream()
|
| /freebsd-12-stable/sys/contrib/zstd/tests/ |
| D | zstreamtest.c | 1735 … ZSTD_EndDirective const flush = (FUZ_rand(&lseed) & 15) ? ZSTD_e_continue : ZSTD_e_flush; in fuzzerTests_newAPI()
|