Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dzstd_lib.h1030 ZSTDLIB_API size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx);
/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c177 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() function
189 return ZSTD_sizeof_CCtx(zcs); /* same object */ in ZSTD_sizeof_CStream()