Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.h73 ZSTDLIBv06_API ZSTDv06_DCtx* ZSTDv06_createDCtx(void);
H A Dzstd_legacy.h159 ZSTDv06_DCtx* const zd = ZSTDv06_createDCtx(); in ZSTD_decompressLegacy()
H A Dzstd_v06.c2842 ZSTDv06_DCtx* ZSTDv06_createDCtx(void) in ZSTDv06_createDCtx() function
3648 ZSTDv06_DCtx* dctx = ZSTDv06_createDCtx(); in ZSTDv06_decompress()
3970 zbd->zd = ZSTDv06_createDCtx(); in ZBUFFv06_createDCtx()