Searched refs:simpleApiParams (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h364 ZSTD_CCtx_params simpleApiParams; /* Param storage used by the simple API - not sticky. Must only be used in top-level simple API functions for storage. */ member in struct:ZSTD_CCtx_s
H A Dzstd_compress.c4574 ZSTD_CCtxParams_init_internal(&cctx->simpleApiParams, &params, ZSTD_NO_CLEVEL);
4579 &cctx->simpleApiParams);
4606 ZSTD_CCtxParams_init_internal(&cctx->simpleApiParams, &params, (compressionLevel == 0) ? ZSTD_CLEVEL_DEFAULT: compressionLevel);
4609 return ZSTD_compress_advanced_internal(cctx, dst, dstCapacity, src, srcSize, dict, dictSize, &cctx->simpleApiParams);

Completed in 742 milliseconds