Home
last modified time | relevance | path

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

/dragonfly/lib/libzstd/
H A DSymbol.map28 ZSTD_DCtx_loadDictionary_byReference;
/dragonfly/contrib/zstd/lib/
H A Dzstd.h1908 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t d…
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1326 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary_byReference() function