Home
last modified time | relevance | path

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

/external/zstd/lib/
Dzstd.h1244 ZSTD_dictForceLoad = 3 /* Always reload the dictionary */ enumerator
/external/zstd/lib/compress/
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()
/external/zstd/tests/
Dfuzzer.c2090 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_forceAttachDict, ZSTD_dictForceLoad)); in basicUnitTests()
3198 ZSTD_dictForceLoad, in longUnitTests()
3202 ZSTD_dictForceLoad in longUnitTests()