Searched refs:ZSTD_createCCtx (Results 1 – 20 of 20) sorted by relevance
60 cctx = ZSTD_createCCtx(); in mkuz_zstd_init()
43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress()
52 ress.cctx = ZSTD_createCCtx(); in createResources_orDie()
37 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main()
38 ress.cctx = ZSTD_createCCtx(); in createResources_orDie()
48 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
171 ZSTD_CCtx *Cctx = ZSTD_createCCtx(); in compress()
206 #define ZSTD_createCCtx zfs_ZSTD_createCCtx macro
197 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
203 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
585 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced()
989 ress.cctx = ZSTD_createCCtx(); in FIO_createCResources()
401 ZSTD_CCtx *cctx = ZSTD_createCCtx(); in maybeCompress()
819 cctx = ZSTD_createCCtx(); in COVER_checkTotalCompressedSize()
772 esr.zc = ZSTD_createCCtx(); in ZDICT_analyzeEntropy()
163 ZSTD_CCtx* const ctx = ZSTD_createCCtx(); in BMK_benchMem()
440 - for example : `ZSTD_createCCtx()`
92 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function4740 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in ZSTD_compress()
65 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function