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

/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h364 #define ZSTD_DCtx_loadDictionary zfs_ZSTD_DCtx_loadDictionary macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1313 size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) function
1338 FORWARD_IF_ERROR( ZSTD_DCtx_loadDictionary(zds, dict, dictSize) , "");
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h958 /*! ZSTD_DCtx_loadDictionary() :
973 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize);
1623 * Same as ZSTD_DCtx_loadDictionary(),
1630 * Same as ZSTD_DCtx_loadDictionary(),
1856 * ZSTD_DCtx_loadDictionary(zds, dict, dictSize);
/freebsd-current/sys/contrib/zstd/lib/
H A Dzstd.h997 /*! ZSTD_DCtx_loadDictionary() : Requires v1.4.0+
1012 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize);
2056 * Same as ZSTD_DCtx_loadDictionary(),
2063 * Same as ZSTD_DCtx_loadDictionary(),
2340 * ZSTD_DCtx_loadDictionary(zds, dict, dictSize);
/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchzstd.c198 CHECK_Z(ZSTD_DCtx_loadDictionary(dctx, dictBuffer, dictBufferSize));
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1601 size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) function
1626 FORWARD_IF_ERROR( ZSTD_DCtx_loadDictionary(zds, dict, dictSize) , "");

Completed in 246 milliseconds