Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v05.h62 ZSTDv05_DCtx* ZSTDv05_createDCtx(void);
Dzstd_legacy.h149 ZSTDv05_DCtx* const zd = ZSTDv05_createDCtx(); in ZSTD_decompressLegacy()
Dzstd_v05.c2685 ZSTDv05_DCtx* ZSTDv05_createDCtx(void) in ZSTDv05_createDCtx() function
3515 ZSTDv05_DCtx* dctx = ZSTDv05_createDCtx(); in ZSTDv05_decompress()
3858 zbc->zc = ZSTDv05_createDCtx(); in ZBUFFv05_createDCtx()