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

/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1220 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator in enum:__anon10791
H A Dzstd.c4280 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator in enum:__anon10696
13486 bounds.upperBound = ZSTD_dictForceLoad; /* note : how to ensure at compile time that this is the highest value enum ? */
16183 && (params->attachDictPref != ZSTD_dictForceLoad) ) {
16633 && (params.attachDictPref != ZSTD_dictForceLoad) ?
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/
H A Dzstd.h1244 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator in enum:__anon11144
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c434 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceLoad);
436 bounds.upperBound = ZSTD_dictForceLoad; /* note : how to ensure at compile time that this is the highest value enum ? */
3361 && (params->attachDictPref != ZSTD_dictForceLoad) ) {
3891 && (params.attachDictPref != ZSTD_dictForceLoad) ?

Completed in 302 milliseconds