Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/
H A Dzstd.h1271 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t d…
/freebsd-12.1/sys/contrib/zstd/tests/
H A Dzstreamtest.c586 CHECK_Z( ZSTD_DCtx_loadDictionary_byReference(dctx, dictionary.start, dictionary.filled) ); in basicUnitTests()
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c2582 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary_byReference() function