Searched refs:attachDictPref (Results 1 – 4 of 4) sorted by relevance
615 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()616 return CCtxParams->attachDictPref; in ZSTD_CCtxParams_setParameter()764 *value = CCtxParams->attachDictPref; in ZSTD_CCtxParams_getParameter()1623 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()1624 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()3099 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()3549 && (params.attachDictPref != ZSTD_dictForceLoad) ? in ZSTD_compressBegin_usingCDict_advanced()
219 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