Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx_params (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dzstd_lib.h1280 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef
1751 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1776 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1884 const ZSTD_CCtx_params* cctxParams,
2349 ZSTDLIB_STATIC_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void);
2350 ZSTDLIB_STATIC_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); /* accept NULL pointer */
2355 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params);
2361 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel);
2367 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_paramete…
2394 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params);
[all …]
/linux-6.15/lib/zstd/
H A Dzstd_compress_module.c127 ZSTD_CCtx_params *cctx_params, in init_cctx_params_from_compress_params()
138 ZSTD_CCtx_params cctx_params; in zstd_cctx_workspace_bound_with_ext_seq_prod()
147 ZSTD_CCtx_params cctx_params; in zstd_cstream_workspace_bound_with_ext_seq_prod()
/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_internal.h184 const ZSTD_CCtx_params* cctxParams,
474 ZSTD_CCtx_params requestedParams;
475 ZSTD_CCtx_params appliedParams;
476ZSTD_CCtx_params simpleApiParams; /* Param storage used by the simple API - not sticky. Must on…
677 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()
1539 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_CParamMode_e mode);
1549 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize);
1564 const ZSTD_CCtx_params* params,
1573 const ZSTD_CCtx_params* params);
1605 MEM_STATIC int ZSTD_hasExtSeqProd(const ZSTD_CCtx_params* params) { in ZSTD_hasExtSeqProd()
H A Dzstd_compress.c301 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams()
326 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced()
336 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams()
5220 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced()
5231 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict_deprecated()
5356 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal()
5442 ZSTD_CCtx_params params) in ZSTD_initCDict_internal()
5534 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced()
5660 ZSTD_CCtx_params params; in ZSTD_initStaticCDict()
5713 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingCDict_internal()
[all …]
H A Dzstd_compress_superblock.c168 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences()
269 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock()
484 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()