Searched refs:attachDictPref (Results 1 – 2 of 2) sorted by relevance
676 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()677 return CCtxParams->attachDictPref; in ZSTD_CCtxParams_setParameter()849 *value = CCtxParams->attachDictPref; in ZSTD_CCtxParams_getParameter()1800 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()1801 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()3361 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()3891 && (params.attachDictPref != ZSTD_dictForceLoad) ? in ZSTD_compressBegin_usingCDict_advanced()
226 ZSTD_dictAttachPref_e attachDictPref; member