Home
last modified time | relevance | path

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

/dragonfly/lib/libzstd/
H A DSymbol.map26 ZSTD_DCtx_loadDictionary;
/dragonfly/contrib/zstd/lib/
H A Dzstd.h997 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize);
/dragonfly/contrib/zstd/programs/
H A Dbenchzstd.c197 CHECK_Z(ZSTD_DCtx_loadDictionary(dctx, dictBuffer, dictBufferSize)); in BMK_initDCtx()
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1331 size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary() function
1356 FORWARD_IF_ERROR( ZSTD_DCtx_loadDictionary(zds, dict, dictSize) , ""); in ZSTD_initDStream_usingDict()