Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dzstd_lib.h1047 ZSTDLIB_API size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx);
/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c192 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() function
204 return ZSTD_sizeof_CCtx(zcs); /* same object */ in ZSTD_sizeof_CStream()