Searched refs:attachDictPref (Results 1 – 2 of 2) sorted by relevance
837 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()838 return CCtxParams->attachDictPref; in ZSTD_CCtxParams_setParameter()1027 *value = (int)CCtxParams->attachDictPref; in ZSTD_CCtxParams_getParameter()2244 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()2245 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()5171 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()
375 ZSTD_dictAttachPref_e attachDictPref; member