Home
last modified time | relevance | path

Searched refs:ZSTD_compressCCtx (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/zstd/examples/
H A Dmultiple_simple_compression.c74 …size_t const cSize = ZSTD_compressCCtx(ress.cctx, ress.cBuffer, ress.cBufferSize, ress.fBuffer, fS… in compressFile_orDie()
H A DREADME.md18 Introduces usage of : `ZSTD_compressCCtx()`
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h192 #define ZSTD_compressCCtx zfs_ZSTD_compressCCtx macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h208 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h214 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c251 rSize = ZSTD_compressCCtx (ctx, in BMK_benchMem()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4724 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx() function
4742 result = ZSTD_compressCCtx(cctx, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()
4747 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3298 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx() function
3315 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()