Searched refs:ZSTD_CCtx_params (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| 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/ |
| A D | zstd_compress.c | 273 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() 294 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced() 297 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced() 304 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams() 4466 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced() 4476 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict() 4588 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal() 4674 ZSTD_CCtx_params params) in ZSTD_initCDict_internal() 4764 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced() 4891 ZSTD_CCtx_params params; in ZSTD_initStaticCDict() [all …]
|
| 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);
|
| 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()
|
Completed in 33 milliseconds