Home
last modified time | relevance | path

Searched refs:ZSTD_cpm_noAttachDict (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c1141 case ZSTD_cpm_noAttachDict: in ZSTD_adjustCParams_internal()
1305 … ZSTD_getCParamsFromCCtxParams(params, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_usingCCtxParams()
1328 …cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_internal()
1350 … ZSTD_getCParamsFromCCtxParams(params, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCStreamSize_usingCCtxParams()
1373 …s = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCStreamSize_internal()
3394 …TD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_noAttachDict); in ZSTD_compressBegin_usingDict()
3522 …s = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize : 0, ZSTD_cpm_noAttachDict); in ZSTD_compress_usingDict()
3958 return ZSTD_cpm_noAttachDict; in ZSTD_getCParamMode()
5034 case ZSTD_cpm_noAttachDict: in ZSTD_getCParamRowSize()
Dzstd_compress_internal.h339 ZSTD_cpm_noAttachDict = 0, /* Compression with ZSTD_noDict or ZSTD_extDict. enumerator