Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress.c2259 static size_t ZSTD_loadZstdDictionary(ZSTD_compressedBlockState_t* bs, ZSTD_matchState_t* ms, ZSTD_… in ZSTD_loadZstdDictionary() function
2372 return ZSTD_loadZstdDictionary(bs, ms, params, dict, dictSize, workspace); in ZSTD_compress_insertDictionary()