Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dzstd_lib.h205 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c4612 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx() function
4629 result = ZSTD_compressCCtx(cctx, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()