Searched refs:ZSTD_CCtx_params (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/linux/ |
D | zstd_lib.h | 1120 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef 1423 ZSTDLIB_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1441 ZSTDLIB_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1541 const ZSTD_CCtx_params* cctxParams, 1845 ZSTDLIB_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void); 1846 ZSTDLIB_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); /* accept NULL pointer */ 1851 ZSTDLIB_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params); 1857 ZSTDLIB_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); 1863 ZSTDLIB_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters para… 1873 ZSTDLIB_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in… [all …]
|
/Linux-v6.1/lib/zstd/compress/ |
D | zstd_compress.c | 203 static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams( in ZSTD_makeCCtxParamsFromCParams() 206 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() 224 static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced( in ZSTD_createCCtxParams_advanced() 227 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced() 229 params = (ZSTD_CCtx_params*)ZSTD_customCalloc( in ZSTD_createCCtxParams_advanced() 230 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced() 237 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams() 242 size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params) in ZSTD_freeCCtxParams() 249 size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params) in ZSTD_CCtxParams_reset() 254 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() [all …]
|
D | zstd_compress_internal.h | 273 ZSTD_CCtx_params requestedParams; 274 ZSTD_CCtx_params appliedParams; 468 MEM_STATIC int ZSTD_disableLiteralsCompression(const ZSTD_CCtx_params* cctxParams) in ZSTD_disableLiteralsCompression() 1122 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_cParamMode_e mode); 1132 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize); 1147 const ZSTD_CCtx_params* params, 1156 const ZSTD_CCtx_params* params);
|
D | zstd_compress_superblock.c | 167 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy_sequences() 278 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy() 443 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences() 544 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock() 708 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
|