Home
last modified time | relevance | path

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

/linux/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,
2332 /*! ZSTD_CCtx_params :
2334 * - ZSTD_createCCtxParams() : Create a ZSTD_CCtx_params structure
2336 * an existing ZSTD_CCtx_params structure.
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* param
[all...]
/linux/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/lib/zstd/compress/
H A Dzstd_compress_internal.h184 const ZSTD_CCtx_params* cctxParams,
438 }; /* typedef'd to ZSTD_CCtx_params within "zstd.h" */
474 ZSTD_CCtx_params requestedParams;
475 ZSTD_CCtx_params appliedParams;
476 ZSTD_CCtx_params simpleApiParams; /* Param storage used by the simple API - not sticky. Must only be used in top-level simple API functions for storage. */
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* param
[all...]
H A Dzstd_compress.c298 static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams( in ZSTD_makeCCtxParamsFromCParams()
301 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams()
323 static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced( in ZSTD_createCCtxParams_advanced()
326 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced()
328 params = (ZSTD_CCtx_params*)ZSTD_customCalloc( in ZSTD_createCCtxParams_advanced()
329 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced()
336 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams()
341 size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params) in ZSTD_freeCCtxParams()
348 size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params) in ZSTD_CCtxParams_reset()
353 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParam
[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()