Home
last modified time | relevance | path

Searched refs:ZSTD_dictForceCopy (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1219 ZSTD_dictForceCopy = 2, /* Always copy the dictionary. */ enumerator
H A Dzstd.c4279 ZSTD_dictForceCopy = 2, /* Always copy the dictionary. */ enumerator
13484 ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceCopy); in ZSTD_cParam_getBounds()
14708 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1243 ZSTD_dictForceCopy = 2, /* Always copy the dictionary. */ enumerator
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1801 && params->attachDictPref != ZSTD_dictForceCopy in ZSTD_shouldAttachDict()