Home
last modified time | relevance | path

Searched refs:ZSTD_shouldAttachDict (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libzstd/
H A DSymbol.map332 ZSTD_shouldAttachDict;
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress.c1791 static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict, in ZSTD_shouldAttachDict() function
1938 if (ZSTD_shouldAttachDict(cdict, params, pledgedSrcSize)) { in ZSTD_resetCCtx_usingCDict()
3987 if (cdict != NULL && ZSTD_shouldAttachDict(cdict, params, pledgedSrcSize)) in ZSTD_getCParamMode()