Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dzstd_lib.h805 ZSTD_EndDirective endOp);
2406 ZSTD_EndDirective endOp);
/linux/lib/zstd/compress/
H A Dzstd_compress.c6208 ZSTD_EndDirective endOp) in ZSTD_checkBufferStability() argument
6215 (void)endOp; in ZSTD_checkBufferStability()
6230 ZSTD_EndDirective endOp, in ZSTD_CCtx_init_compressStream2() argument
6246 …if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-determine pledgedSrcSi… in ZSTD_CCtx_init_compressStream2()
6294 ZSTD_EndDirective endOp) in ZSTD_compressStream2() argument
6296 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2()
6300 RETURN_ERROR_IF((U32)endOp > (U32)ZSTD_e_end, parameter_outOfBound, "invalid endDirective"); in ZSTD_compressStream2()
6308 …&& (endOp == ZSTD_e_continue) /* no flush requested, more input to com… in ZSTD_compressStream2()
6324 …FORWARD_IF_ERROR(ZSTD_CCtx_init_compressStream2(cctx, endOp, totalInputSize), "compressStream2 ini… in ZSTD_compressStream2()
6329 FORWARD_IF_ERROR(ZSTD_checkBufferStability(cctx, output, input, endOp), "invalid buffers"); in ZSTD_compressStream2()
[all …]