Home
last modified time | relevance | path

Searched refs:ZSTD_compressContinue_internal (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h266 #define ZSTD_compressContinue_internal zfs_ZSTD_compressContinue_internal macro
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c2988 static size_t ZSTD_compressContinue_internal (ZSTD_CCtx* cctx, in ZSTD_compressContinue_internal() function
3053 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 1 /* frame mode */, 0 … in ZSTD_compressContinue()
3070 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 0 /* frame mode */, 0 … in ZSTD_compressBlock()
3479 size_t const cSize = ZSTD_compressContinue_internal(cctx, in ZSTD_compressEnd()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c15816 static size_t ZSTD_compressContinue_internal (ZSTD_CCtx* cctx, in ZSTD_compressContinue_internal() function
15881 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 1 /* frame mode */, 0 … in ZSTD_compressContinue()
15898 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 0 /* frame mode */, 0 … in ZSTD_compressBlock()
16301 size_t const cSize = ZSTD_compressContinue_internal(cctx, in ZSTD_compressEnd()