Searched refs:ZBUFFv05_createDCtx (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.h103 ZBUFFv05_DCtx* ZBUFFv05_createDCtx(void);
117 * Use ZBUFFv05_createDCtx() and ZBUFFv05_freeDCtx() to create/release resources.
H A Dzstd_legacy.h307 ZBUFFv05_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv05_createDCtx() : (ZBUFFv05_DCtx*)*legacyContext;
H A Dzstd_v05.c3809 * Use ZBUFFv05_createDCtx() and ZBUFFv05_freeDCtx() to create/release resources.
3849 ZBUFFv05_DCtx* ZBUFFv05_createDCtx(void) function

Completed in 263 milliseconds