Lines Matching refs:compressionLevel
124 int compressionLevel);
217 int compressionLevel);
751 ZSTDLIB_API size_t ZSTD_initCStream(ZSTD_CStream* zcs, int compressionLevel);
827 int compressionLevel);
859 int compressionLevel);
1506 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize(int compressionLevel);
1524 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize(int compressionLevel);
1535 ZSTDLIB_STATIC_API size_t ZSTD_estimateCDictSize(size_t dictSize, int compressionLevel);
1648 …CDict* ZSTD_createCDict_byReference(const void* dictBuffer, size_t dictSize, int compressionLevel);
1653 ZSTDLIB_STATIC_API ZSTD_compressionParameters ZSTD_getCParams(int compressionLevel, unsigned long l…
1658 ZSTDLIB_STATIC_API ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long estimate…
1989 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel);
2206 int compressionLevel,
2224 int compressionLevel);
2408 ZSTDLIB_STATIC_API size_t ZSTD_compressBegin(ZSTD_CCtx* cctx, int compressionLevel);
2409 …_compressBegin_usingDict(ZSTD_CCtx* cctx, const void* dict, size_t dictSize, int compressionLevel);