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

/linux-master/include/linux/
H A Dzstd_lib.h999 * Use ZSTD_DCtx_loadDictionary_byReference() to reference dictionary content instead.
2034 /*! ZSTD_DCtx_loadDictionary_byReference() :
2039 ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c1546 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) function

Completed in 131 milliseconds