Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1220 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator
H A Dzstd.c4280 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator
13486 …bounds.upperBound = ZSTD_dictForceLoad; /* note : how to ensure at compile time that this is… in ZSTD_cParam_getBounds()
16183 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()
16633 && (params.attachDictPref != ZSTD_dictForceLoad) ? in ZSTD_compressBegin_usingCDict_advanced()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1244 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c434 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceLoad); in ZSTD_cParam_getBounds()
436 …bounds.upperBound = ZSTD_dictForceLoad; /* note : how to ensure at compile time that this is… in ZSTD_cParam_getBounds()
3361 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()
3891 && (params.attachDictPref != ZSTD_dictForceLoad) ? in ZSTD_compressBegin_usingCDict_advanced()