Searched refs:cctx (Results 1 – 2 of 2) sorted by relevance
130 cctx = ZSTD_createCCtx(); in Compress()131 if (cctx == nullptr) { in Compress()135 ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, compressionlevel); in Compress()162 size_t const remaining = ZSTD_compressStream2(cctx, &output, &input, mode); in Compress()170 ZSTD_freeCCtx(cctx); in Compress()
79 ZSTD_CCtx* cctx; variable