Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v05.h103 ZBUFFv05_DCtx* ZBUFFv05_createDCtx(void);
H A Dzstd_legacy.h307 …ZBUFFv05_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv05_createDCtx() : (ZBUFFv05_DCtx*)*legac… in ZSTD_initLegacyStream()
H A Dzstd_v05.c3853 ZBUFFv05_DCtx* ZBUFFv05_createDCtx(void) in ZBUFFv05_createDCtx() function
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c23434 ZBUFFv05_DCtx* ZBUFFv05_createDCtx(void);
24119 …ZBUFFv05_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv05_createDCtx() : (ZBUFFv05_DCtx*)*legac… in ZSTD_initLegacyStream()