Home
last modified time | relevance | path

Searched refs:ZSTD_DCtx_loadDictionary_byReference (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h369 #define ZSTD_DCtx_loadDictionary_byReference zfs_ZSTD_DCtx_loadDictionary_byReference macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h2468 ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, s…
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h2467 ZSTDLIB_STATIC_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, s…
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1716 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary_byReference() function
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1715 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary_byReference() function
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c2356 …CHECK(ZSTD_DCtx_loadDictionary_byReference(ress.dctx, ress.dict.dictBuffer, ress.dict.dictBufferSi… in FIO_createDResources()