Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dzstd_lib.h1246 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c428 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceLoad); in ZSTD_cParam_getBounds()
430 …bounds.upperBound = ZSTD_dictForceLoad; /* note : how to ensure at compile time that this is… in ZSTD_cParam_getBounds()
3334 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()