Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h378 #define ZSTD_decompressDCtx zfs_ZSTD_decompressDCtx macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c813 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … in ZSTD_decompressDCtx() function
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1081 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … in ZSTD_decompressDCtx() function
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2904 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.c3263 static size_t ZSTD_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t … in ZSTD_decompressDCtx() function