Searched refs:ZSTD_DCtx_loadDictionary (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dzstd_lib.h988 /*! ZSTD_DCtx_loadDictionary() : Requires v1.4.0+
1003 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize);
2035 * Same as ZSTD_DCtx_loadDictionary(),
2042 * Same as ZSTD_DCtx_loadDictionary(),
2319 * ZSTD_DCtx_loadDictionary(zds, dict, dictSize);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c1551 size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) function
1576 FORWARD_IF_ERROR( ZSTD_DCtx_loadDictionary(zds, dict, dictSize) , "");

Completed in 232 milliseconds