Searched refs:ZSTD_createDCtx (Results 1 – 10 of 10) sorted by relevance
380 #define ZSTD_createDCtx zfs_ZSTD_createDCtx macro
2469 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3329 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()
2981 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3084 return (ZSTDv03_Dctx*)ZSTD_createDCtx(); in ZSTDv03_createDCtx()
3341 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function3444 return (ZSTDv02_Dctx*)ZSTD_createDCtx(); in ZSTDv02_createDCtx()
305 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
304 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
824 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMemAdvanced()
637 if ((Zctx = ZSTD_createDCtx()) == NULL) { in DoRegularFile()
311 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
310 ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function