Searched refs:ZSTD_createCCtx (Results 1 – 16 of 16) sorted by relevance
43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress()
34 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main()
52 ress.cctx = ZSTD_createCCtx(); in createResources_orDie()
38 ress.cctx = ZSTD_createCCtx(); in createResources_orDie()
46 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
285 #define ZSTD_createCCtx zfs_ZSTD_createCCtx macro
221 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
3281 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);13148 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function
201 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
585 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced()
933 ress.cctx = ZSTD_createCCtx(); in FIO_createCResources()
163 ZSTD_CCtx* const ctx = ZSTD_createCCtx(); in BMK_benchMem()
811 cctx = ZSTD_createCCtx(); in COVER_checkTotalCompressedSize()
747 esr.zc = ZSTD_createCCtx(); in ZDICT_analyzeEntropy()
77 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function3574 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in ZSTD_compress()