Searched refs:attachDictPref (Results 1 – 2 of 2) sorted by relevance
670 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()671 return CCtxParams->attachDictPref; in ZSTD_CCtxParams_setParameter()815 *value = CCtxParams->attachDictPref; in ZSTD_CCtxParams_getParameter()1758 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()1759 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()3334 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()
229 ZSTD_dictAttachPref_e attachDictPref; member