Home
last modified time | relevance | path

Searched refs:ZSTD_sizeof_DCtx (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libzstd/
H A DSymbol.map336 ZSTD_sizeof_DCtx;
/dragonfly/contrib/zstd/lib/
H A Dzstd.h1035 ZSTDLIB_API size_t ZSTD_sizeof_DCtx(const ZSTD_DCtx* dctx);
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c78 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx() function
1526 return ZSTD_sizeof_DCtx(dctx); in ZSTD_sizeof_DStream()