ZSTD_CCtx_params
ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
const ZSTD_CCtx_params* cctxParams,
ZSTDLIB_STATIC_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void);
ZSTDLIB_STATIC_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); /* accept NULL pointer */
ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params);
ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel);
ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params);
ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, int value);
ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_getParameter(const ZSTD_CCtx_params* params, ZSTD_cParameter param, int* value);
ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params);
ZSTD_CCtx_params* params,
ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params)
const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_CParamMode_e mode)
size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params)
ZSTD_CCtx_params initialParams = ZSTD_makeCCtxParamsFromCParams(cParams);
size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params)
ZSTD_CCtx_params initialParams = ZSTD_makeCCtxParamsFromCParams(cParams);
ZSTD_CCtx_params const* params,
const ZSTD_CCtx_params* params,
ZSTD_CCtx_params params,
ZSTD_CCtx_params params,
const ZSTD_CCtx_params* params,
{ ZSTD_CCtx_params params = dstCCtx->requestedParams;
static void ZSTD_reduceIndex (ZSTD_MatchState_t* ms, ZSTD_CCtx_params const* params, const U32 reducerValue)
static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams)
static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams)
const ZSTD_CCtx_params* cctxParams,
const ZSTD_CCtx_params* cctxParams,
const ZSTD_CCtx_params* cctxParams,
static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams(
ZSTD_CCtx_params cctxParams;
static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced(
ZSTD_CCtx_params* params;
params = (ZSTD_CCtx_params*)ZSTD_customCalloc(
sizeof(ZSTD_CCtx_params), customMem);
ZSTD_CCtx_params* ZSTD_createCCtxParams(void)
size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params)
size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params)
size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) {
const ZSTD_CCtx_params* cctxParams,
ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams,
const ZSTD_CCtx_params* cctxParams,
size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params)
ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params)
ZSTD_CCtx_params const* params,
const ZSTD_CCtx_params* params,
ZSTD_CCtx_params const* params,
ZSTD_CCtx_params const* params,
const ZSTD_CCtx_params* params,
const ZSTD_CCtx_params* params, U64 pledgedSrcSize,
const ZSTD_CCtx_params* params,
ZSTD_CCtx_params cctxParams;
ZSTD_CCtx_params cctxParams;
const ZSTD_CCtx_params* params)
ZSTD_CCtx_params params)
ZSTD_CCtx_params cctxParams;
const ZSTD_CCtx_params* originalCctxParams,
ZSTD_CCtx_params cctxParams = *originalCctxParams;
ZSTD_CCtx_params params;
ZSTD_CCtx_params cctxParams;
static ZSTD_CParamMode_e ZSTD_getCParamMode(ZSTD_CDict const* cdict, ZSTD_CCtx_params const* params, U64 pledgedSrcSize)
const ZSTD_CCtx_params* params,
ZSTD_CCtx_params params = cctx->requestedParams;
size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* CCtxParams,
ZSTD_CCtx_params* params,
ZSTD_CCtx_params const* CCtxParams, ZSTD_cParameter param, int* value)
const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_CParamMode_e mode);
const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize);
const ZSTD_CCtx_params* params,
const ZSTD_CCtx_params* params);
MEM_STATIC int ZSTD_hasExtSeqProd(const ZSTD_CCtx_params* params) {
const ZSTD_CCtx_params* cctxParams,
ZSTD_CCtx_params requestedParams;
ZSTD_CCtx_params appliedParams;
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. */
MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams)
const ZSTD_CCtx_params* cctxParams,
const ZSTD_CCtx_params* cctxParams,
const ZSTD_CCtx_params* cctxParams,
ZSTD_CCtx_params *cctx_params,
ZSTD_CCtx_params cctx_params;
ZSTD_CCtx_params cctx_params;