Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v07.h75 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx(void);
Dzstd_legacy.h169 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx(); in ZSTD_decompressLegacy()
Dzstd_v07.c2998 ZSTDv07_DCtx* ZSTDv07_createDCtx(void) in ZSTDv07_createDCtx() function
3897 ZSTDv07_DCtx* const dctx = ZSTDv07_createDCtx(); in ZSTDv07_decompress()