Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_compress.c4291 ZSTD_EndDirective endOp) in ZSTD_checkBufferStability() argument
4297 if (endOp != ZSTD_e_end) in ZSTD_checkBufferStability()
4309 ZSTD_EndDirective endOp, in ZSTD_CCtx_init_compressStream2() argument
4319 … if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-fix pledgedSrcSize */ in ZSTD_CCtx_init_compressStream2()
4364 ZSTD_EndDirective endOp) in ZSTD_compressStream2() argument
4366 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2()
4370 RETURN_ERROR_IF((U32)endOp > (U32)ZSTD_e_end, parameter_outOfBound, "invalid endDirective"); in ZSTD_compressStream2()
4375 …FORWARD_IF_ERROR(ZSTD_CCtx_init_compressStream2(cctx, endOp, input->size), "CompressStream2 initia… in ZSTD_compressStream2()
4380 FORWARD_IF_ERROR(ZSTD_checkBufferStability(cctx, output, input, endOp), "invalid buffers"); in ZSTD_compressStream2()
4382 FORWARD_IF_ERROR( ZSTD_compressStream_generic(cctx, output, input, endOp) , ""); in ZSTD_compressStream2()
[all …]
/linux-5.19.10/include/linux/
Dzstd_lib.h696 ZSTD_EndDirective endOp);
1902 ZSTD_EndDirective endOp);