Searched refs:ZSTD_CCtx_params (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dzstd_lib.h1157 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef in typeref:struct:ZSTD_CCtx_params_s
1489 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1507 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1607 const ZSTD_CCtx_params* cctxParams,
1939 /*! ZSTD_CCtx_params :
1941 * - ZSTD_createCCtxParams() : Create a ZSTD_CCtx_params structure
1943 * an existing ZSTD_CCtx_params structure.
1956 ZSTDLIB_STATIC_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void);
1957 ZSTDLIB_STATIC_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); /* accept NULL pointer */
1962 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* param
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c270 static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams(
273 ZSTD_CCtx_params cctxParams;
291 static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced(
294 ZSTD_CCtx_params* params;
296 params = (ZSTD_CCtx_params*)ZSTD_customCalloc(
297 sizeof(ZSTD_CCtx_params), customMem);
304 ZSTD_CCtx_params* ZSTD_createCCtxParams(void)
309 size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params)
316 size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params)
321 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParam
[all...]
H A Dzstd_compress_internal.h117 const ZSTD_CCtx_params* cctxParams,
327 }; /* typedef'd to ZSTD_CCtx_params within "zstd.h" */
362 ZSTD_CCtx_params requestedParams;
363 ZSTD_CCtx_params appliedParams;
364 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. */
536 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams)
1333 const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_cParamMode_e mode);
1343 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize);
1358 const ZSTD_CCtx_params* params,
1367 const ZSTD_CCtx_params* param
[all...]
H A Dzstd_compress_superblock.c163 const ZSTD_CCtx_params* cctxParams,
264 const ZSTD_CCtx_params* cctxParams,
429 const ZSTD_CCtx_params* cctxParams,

Completed in 188 milliseconds