Searched refs:ZSTD_createDCtx (Results 1 – 13 of 13) sorted by relevance
26 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompressFile_orDie()
62 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompress()
98 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in main()
293 #define ZSTD_createDCtx zfs_ZSTD_createDCtx macro
2529 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3382 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()
3041 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3143 return (ZSTDv03_Dctx*)ZSTD_createDCtx(); in ZSTDv03_createDCtx()
3399 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3501 return (ZSTDv02_Dctx*)ZSTD_createDCtx(); in ZSTDv02_createDCtx()
244 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
3304 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);24653 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function25329 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in ZSTD_decompress()
224 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
586 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMemAdvanced()
155 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function832 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in ZSTD_decompress()
164 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMem()