Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c2846 ZSTDv06_DCtx* ZSTDv06_createDCtx(void) in ZSTDv06_createDCtx() function
3652 ZSTDv06_DCtx* dctx = ZSTDv06_createDCtx(); in ZSTDv06_decompress()
3974 zbd->zd = ZSTDv06_createDCtx(); in ZBUFFv06_createDCtx()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23570 ZSTDLIBv06_API ZSTDv06_DCtx* ZSTDv06_createDCtx(void);
23971 ZSTDv06_DCtx* const zd = ZSTDv06_createDCtx(); in ZSTD_decompressLegacy()