Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zstd/include/
HDzstd_compat_wrapper.h199 #define ZSTD_compress_usingDict zfs_ZSTD_compress_usingDict macro
/freebsd-14-stable/sys/contrib/openzfs/module/zstd/lib/
HDzstd.h792 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx,
/freebsd-14-stable/sys/contrib/zstd/lib/
HDzstd.h823 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx,
/freebsd-14-stable/sys/contrib/openzfs/module/zstd/lib/compress/
HDzstd_compress.c3284 size_t ZSTD_compress_usingDict(ZSTD_CCtx* cctx, in ZSTD_compress_usingDict() function
3304 return ZSTD_compress_usingDict(cctx, dst, dstCapacity, src, srcSize, NULL, 0, compressionLevel); in ZSTD_compressCCtx()
/freebsd-14-stable/sys/contrib/zstd/lib/compress/
HDzstd_compress.c4709 size_t ZSTD_compress_usingDict(ZSTD_CCtx* cctx, in ZSTD_compress_usingDict() function
4731 return ZSTD_compress_usingDict(cctx, dst, dstCapacity, src, srcSize, NULL, 0, compressionLevel); in ZSTD_compressCCtx()