Searched refs:attachDictPref (Results 1 – 4 of 4) sorted by relevance
616 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()617 return CCtxParams->attachDictPref; in ZSTD_CCtxParams_setParameter()765 *value = CCtxParams->attachDictPref; in ZSTD_CCtxParams_getParameter()1624 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()1625 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()3100 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()3550 && (params.attachDictPref != ZSTD_dictForceLoad) ? in ZSTD_compressBegin_usingCDict_advanced()
220 ZSTD_dictAttachPref_e attachDictPref; member
786 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()787 return CCtxParams->attachDictPref; in ZSTD_CCtxParams_setParameter()974 *value = CCtxParams->attachDictPref; in ZSTD_CCtxParams_getParameter()2034 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()2035 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()4511 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()
299 ZSTD_dictAttachPref_e attachDictPref; member