Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dzstd_lib.h707 ZSTD_EndDirective endOp);
2013 ZSTD_EndDirective endOp);
/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c5409 ZSTD_EndDirective endOp) in ZSTD_checkBufferStability() argument
5415 if (endOp != ZSTD_e_end) in ZSTD_checkBufferStability()
5427 ZSTD_EndDirective endOp, in ZSTD_CCtx_init_compressStream2() argument
5442 … if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-fix pledgedSrcSize */ in ZSTD_CCtx_init_compressStream2()
5485 ZSTD_EndDirective endOp) in ZSTD_compressStream2() argument
5487 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2()
5491 RETURN_ERROR_IF((U32)endOp > (U32)ZSTD_e_end, parameter_outOfBound, "invalid endDirective"); in ZSTD_compressStream2()
5496 …FORWARD_IF_ERROR(ZSTD_CCtx_init_compressStream2(cctx, endOp, input->size), "CompressStream2 initia… in ZSTD_compressStream2()
5501 FORWARD_IF_ERROR(ZSTD_checkBufferStability(cctx, output, input, endOp), "invalid buffers"); in ZSTD_compressStream2()
5503 FORWARD_IF_ERROR( ZSTD_compressStream_generic(cctx, output, input, endOp) , ""); in ZSTD_compressStream2()
[all …]