Home
last modified time | relevance | path

Searched defs:ZSTD_CCtx_loadDictionary (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h166 #define ZSTD_CCtx_loadDictionary zfs_ZSTD_CCtx_loadDictionary macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c924 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize) in ZSTD_CCtx_loadDictionary() function
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1165 size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize) in ZSTD_CCtx_loadDictionary() function