Searched refs:ZSTD_compressCCtx (Results 1 – 2 of 2) sorted by relevance
197 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
3530 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx() function3547 result = ZSTD_compressCCtx(cctx, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()