Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dzstd.h1005 size_t ZSTD_compressBegin(ZSTD_CCtx *cctx, int compressionLevel);
/linux-4.19.296/lib/zstd/
Dcompress.c2760 size_t ZSTD_compressBegin(ZSTD_CCtx *cctx, int compressionLevel) { return ZSTD_compressBegin_usingD… in ZSTD_compressBegin() function
3472 EXPORT_SYMBOL(ZSTD_compressBegin);