Home
last modified time | relevance | path

Searched refs:ZSTD_createDCtx (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h380 #define ZSTD_createDCtx zfs_ZSTD_createDCtx macro
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.c2469 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3329 zbc->zc = ZSTD_createDCtx(); in ZBUFF_createDCtx()
3559 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in ZSTDv04_decompress()
3597 ZSTD_DCtx* ZSTDv04_createDCtx(void) { return ZSTD_createDCtx(); } in ZSTDv04_createDCtx()
H A Dzstd_v03.c2981 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3084 return (ZSTDv03_Dctx*)ZSTD_createDCtx(); in ZSTDv03_createDCtx()
H A Dzstd_v02.c3341 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3444 return (ZSTDv02_Dctx*)ZSTD_createDCtx(); in ZSTDv02_createDCtx()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h305 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h304 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c824 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMemAdvanced()
/freebsd/sbin/savecore/
H A Dsavecore.c637 if ((Zctx = ZSTD_createDCtx()) == NULL) { in DoRegularFile()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c311 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c310 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function