Searched refs:attachDictPref (Results 1 – 2 of 2) sorted by relevance
763 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()764 return CCtxParams->attachDictPref; in ZSTD_CCtxParams_setParameter()923 *value = CCtxParams->attachDictPref; in ZSTD_CCtxParams_getParameter()1955 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()1956 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()4417 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()
293 ZSTD_dictAttachPref_e attachDictPref; member