Searched refs:postBlockSplitter (Results 1 – 2 of 2) sorted by relevance
313 …cctxParams.postBlockSplitter = ZSTD_resolveBlockSplitterMode(cctxParams.postBlockSplitter, &cParam… in ZSTD_makeCCtxParamsFromCParams()381 …cctxParams->postBlockSplitter = ZSTD_resolveBlockSplitterMode(cctxParams->postBlockSplitter, ¶… in ZSTD_CCtxParams_init_internal()387 … cctxParams->useRowMatchFinder, cctxParams->postBlockSplitter, cctxParams->ldmParams.enableLdm); in ZSTD_CCtxParams_init_internal()933 CCtxParams->postBlockSplitter = (ZSTD_ParamSwitch_e)value; in ZSTD_CCtxParams_setParameter()934 return CCtxParams->postBlockSplitter; in ZSTD_CCtxParams_setParameter()1079 *value = (int)CCtxParams->postBlockSplitter; in ZSTD_CCtxParams_getParameter()2035 …rcSize, params->cParams.windowLog, (int)params->useRowMatchFinder, (int)params->postBlockSplitter); in ZSTD_resetCCtx_internal()2047 assert(params->postBlockSplitter != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()2453 assert(srcCCtx->appliedParams.postBlockSplitter != ZSTD_ps_auto); in ZSTD_copyCCtx_internal()2456 params.postBlockSplitter = srcCCtx->appliedParams.postBlockSplitter; in ZSTD_copyCCtx_internal()[all …]
408 ZSTD_ParamSwitch_e postBlockSplitter; member