Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h184 #define ZSTD_DCtx_loadDictionary_byReference \ macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1652 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t d…
H A Dzstd.c4712 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t d…
25814 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary_byReference() function
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1908 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t d…
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1326 size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary_byReference() function