Searched refs:ZSTD_cpm_noAttachDict (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/lib/zstd/compress/ |
D | zstd_compress.c | 1258 case ZSTD_cpm_noAttachDict: in ZSTD_adjustCParams_internal() 1437 … ZSTD_getCParamsFromCCtxParams(params, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_usingCCtxParams() 1473 …cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_internal() 1495 … ZSTD_getCParamsFromCCtxParams(params, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCStreamSize_usingCCtxParams() 1530 …s = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCStreamSize_internal() 4478 …TD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_noAttachDict); in ZSTD_compressBegin_usingDict() 4604 …s = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize : 0, ZSTD_cpm_noAttachDict); in ZSTD_compress_usingDict() 5076 return ZSTD_cpm_noAttachDict; in ZSTD_getCParamMode() 6053 case ZSTD_cpm_noAttachDict: in ZSTD_getCParamRowSize()
|
D | zstd_compress_internal.h | 432 ZSTD_cpm_noAttachDict = 0, /* Compression with ZSTD_noDict or ZSTD_extDict. enumerator
|