Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd.h35 # define ZSTDLIB_API ZSTDLIB_VISIBILITY
196 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
207 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
219 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
496 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx,
644 ZSTDLIB_API ZSTD_CStream* ZSTD_createCStream(void);
1296 ZSTDLIB_API size_t ZSTD_estimateDCtxSize(void);
1726 ZSTDLIB_API size_t
1743 ZSTDLIB_API size_t
1763 ZSTDLIB_API size_t
[all …]
H A Dzstd_compress.c844 ZSTDLIB_API size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long pledgedSrcSize) in ZSTD_CCtx_setPledgedSrcSize()
917 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary_byReference( in ZSTD_CCtx_loadDictionary_byReference()
924 ZSTDLIB_API size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_t dictSize) in ZSTD_CCtx_loadDictionary()