Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_decompression.c26 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompressFile_orDie()
H A Ddictionary_decompression.c62 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompress()
H A Dstreaming_memory_usage.c98 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in main()
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h293 #define ZSTD_createDCtx zfs_ZSTD_createDCtx macro
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v04.c2529 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3382 zbc->zc = ZSTD_createDCtx(); in ZBUFF_createDCtx()
3612 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in ZSTDv04_decompress()
3650 ZSTD_DCtx* ZSTDv04_createDCtx(void) { return ZSTD_createDCtx(); } in ZSTDv04_createDCtx()
H A Dzstd_v03.c3041 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3143 return (ZSTDv03_Dctx*)ZSTD_createDCtx(); in ZSTDv03_createDCtx()
H A Dzstd_v02.c3399 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3501 return (ZSTDv02_Dctx*)ZSTD_createDCtx(); in ZSTDv02_createDCtx()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h244 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
H A Dzstd.c3304 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
24653 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
25329 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in ZSTD_decompress()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h224 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c586 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMemAdvanced()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c155 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
832 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in ZSTD_decompress()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c164 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMem()