Home
last modified time | relevance | path

Searched defs:ZSTD_dictMatchState (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h331 ZSTD_dictMatchState = 2, enumerator
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10200 typedef enum { ZSTD_noDict = 0, ZSTD_extDict = 1, ZSTD_dictMatchState = 2 } ZSTD_dictMode_e; enumerator