Home
last modified time | relevance | path

Searched refs:attachDictPref (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c676 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()
H A Dzstd_compress_internal.h226 ZSTD_dictAttachPref_e attachDictPref; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10130 ZSTD_dictAttachPref_e attachDictPref; member
13699 CCtxParams->attachDictPref = pref; in ZSTD_CCtxParams_setParameter()
13700 return CCtxParams->attachDictPref; in ZSTD_CCtxParams_setParameter()
13848 *value = CCtxParams->attachDictPref; in ZSTD_CCtxParams_getParameter()
14707 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()
14708 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()
16183 && (params->attachDictPref != ZSTD_dictForceLoad) ) { in ZSTD_compressBegin_internal()
16633 && (params.attachDictPref != ZSTD_dictForceLoad) ? in ZSTD_compressBegin_usingCDict_advanced()