Lines Matching refs:compressionLevel
115 int compressionLevel);
208 int compressionLevel);
742 ZSTDLIB_API size_t ZSTD_initCStream(ZSTD_CStream* zcs, int compressionLevel);
818 int compressionLevel);
850 int compressionLevel);
1487 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize(int compressionLevel);
1505 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize(int compressionLevel);
1516 ZSTDLIB_STATIC_API size_t ZSTD_estimateCDictSize(size_t dictSize, int compressionLevel);
1627 …CDict* ZSTD_createCDict_byReference(const void* dictBuffer, size_t dictSize, int compressionLevel);
1632 ZSTDLIB_STATIC_API ZSTD_compressionParameters ZSTD_getCParams(int compressionLevel, unsigned long l…
1637 ZSTDLIB_STATIC_API ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long estimate…
1968 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel);
2185 int compressionLevel,
2203 int compressionLevel);
2387 ZSTDLIB_STATIC_API size_t ZSTD_compressBegin(ZSTD_CCtx* cctx, int compressionLevel);
2388 …_compressBegin_usingDict(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, int compressionLevel);