Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v04.h89 ZBUFFv04_DCtx* ZBUFFv04_createDCtx(void);
Dzstd_legacy.h296 …ZBUFFv04_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv04_createDCtx() : (ZBUFFv04_DCtx*)*legac… in ZSTD_initLegacyStream()
Dzstd_v04.c3637 ZBUFFv04_DCtx* ZBUFFv04_createDCtx(void) { return ZBUFF_createDCtx(); } in ZBUFFv04_createDCtx() function