Home
last modified time | relevance | path

Searched defs:ZSTD_decompressDCtx (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h315 #define ZSTD_decompressDCtx zfs_ZSTD_decompressDCtx macro
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c822 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … in ZSTD_decompressDCtx() function
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2908 static size_t ZSTD_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t … in ZSTD_decompressDCtx() function
H A Dzstd_v02.c3267 static size_t ZSTD_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t … in ZSTD_decompressDCtx() function
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c25319 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … in ZSTD_decompressDCtx() function