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

/linux-master/include/linux/
H A Dzstd_lib.h1283 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator in enum:__anon103
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c500 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceLoad);
502 bounds.upperBound = ZSTD_dictForceLoad; /* note : how to ensure at compile time that this is the highest value enum ? */
4417 && (params->attachDictPref != ZSTD_dictForceLoad) ) {

Completed in 201 milliseconds