Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1218 ZSTD_dictForceAttach = 1, /* Never copy the dictionary. */ enumerator
H A Dzstd.c4278 ZSTD_dictForceAttach = 1, /* Never copy the dictionary. */ enumerator
14707 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1242 ZSTD_dictForceAttach = 1, /* Never copy the dictionary. */ enumerator
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1800 || params->attachDictPref == ZSTD_dictForceAttach ) in ZSTD_shouldAttachDict()