Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.h75 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx(void);
H A Dzstd_legacy.h169 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx(); in ZSTD_decompressLegacy()
H A Dzstd_v07.c2994 ZSTDv07_DCtx* ZSTDv07_createDCtx(void) in ZSTDv07_createDCtx() function
3893 ZSTDv07_DCtx* const dctx = ZSTDv07_createDCtx(); in ZSTDv07_decompress()