Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd.h207 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
H A Dzstd_compress.c3297 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx() function
3314 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()