Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-threads.c225 zstd_ret = ZSTD_compressStream2(cctx, &output, &input, ZSTD_e_end); in qcow2_zstd_compress()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c5234 assert((U32)flushMode <= (U32)ZSTD_e_end); in ZSTD_compressStream_generic()
5243 if ( (flushMode == ZSTD_e_end) in ZSTD_compressStream_generic()
5292 unsigned const lastBlock = (flushMode == ZSTD_e_end) && (ip==iend); in ZSTD_compressStream_generic()
5311 assert(flushMode == ZSTD_e_end /* Already validated */); in ZSTD_compressStream_generic()
5413 if (endOp != ZSTD_e_end) in ZSTD_checkBufferStability()
5440 … if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-fix pledgedSrcSize */ in ZSTD_CCtx_init_compressStream2()
5489 RETURN_ERROR_IF((U32)endOp > (U32)ZSTD_e_end, parameter_outOfBound, "invalid endDirective"); in ZSTD_compressStream2()
5538 ZSTD_e_end); in ZSTD_compress2()
5926 …FORWARD_IF_ERROR(ZSTD_CCtx_init_compressStream2(cctx, ZSTD_e_end, srcSize), "CCtx initialization f… in ZSTD_compressSequences()
5970 size_t const remainingToFlush = ZSTD_compressStream2(zcs, output, &input, ZSTD_e_end); in ZSTD_endStream()
/openbmc/linux/include/linux/
H A Dzstd_lib.h675 ZSTD_e_end=2 /* flush any remaining data _and_ close current frame. enumerator