Searched refs:ZSTD_CCtx_params (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | zstd_lib.h | 1157 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef 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, 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* params); 1968 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); 1974 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_paramete… 1984 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter pa… [all …]
|
/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 270 static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams( in ZSTD_makeCCtxParamsFromCParams() 273 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() 291 static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced( in ZSTD_createCCtxParams_advanced() 294 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced() 296 params = (ZSTD_CCtx_params*)ZSTD_customCalloc( in ZSTD_createCCtxParams_advanced() 297 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced() 304 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams() 309 size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params) in ZSTD_freeCCtxParams() 316 size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params) in ZSTD_CCtxParams_reset() 321 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() [all …]
|
H A D | zstd_compress_internal.h | 117 const ZSTD_CCtx_params* cctxParams, 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 on… 536 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled() 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* params);
|
H A D | zstd_compress_superblock.c | 163 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences() 264 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock() 429 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
|