Lines Matching refs:enableLdm
279 … cctxParams.ldmParams.enableLdm = ZSTD_resolveEnableLdm(cctxParams.ldmParams.enableLdm, &cParams); in ZSTD_makeCCtxParamsFromCParams()
280 if (cctxParams.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_makeCCtxParamsFromCParams()
347 …cctxParams->ldmParams.enableLdm = ZSTD_resolveEnableLdm(cctxParams->ldmParams.enableLdm, ¶ms->… in ZSTD_CCtxParams_init_internal()
349 … cctxParams->useRowMatchFinder, cctxParams->useBlockSplitter, cctxParams->ldmParams.enableLdm); in ZSTD_CCtxParams_init_internal()
795 CCtxParams->ldmParams.enableLdm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()
796 return CCtxParams->ldmParams.enableLdm; in ZSTD_CCtxParams_setParameter()
942 *value = CCtxParams->ldmParams.enableLdm; in ZSTD_CCtxParams_getParameter()
1340 …if (CCtxParams->ldmParams.enableLdm == ZSTD_ps_enable) cParams.windowLog = ZSTD_LDM_DEFAULT_WINDOW… in ZSTD_getCParamsFromCCtxParams()
1411 size_t const ldmSeqSpace = ldmParams->enableLdm == ZSTD_ps_enable ? in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1770 assert(params->ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()
1771 if (params->ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_resetCCtx_internal()
1871 if (params->ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_resetCCtx_internal()
1898 if (params->ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_resetCCtx_internal()
2145 assert(srcCCtx->appliedParams.ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_copyCCtx_internal()
2765 assert(zc->appliedParams.ldmParams.enableLdm == ZSTD_ps_disable); in ZSTD_buildSeqStore()
2774 } else if (zc->appliedParams.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_buildSeqStore()
4008 RETURN_ERROR_IF(cctx->appliedParams.ldmParams.enableLdm == ZSTD_ps_enable, in ZSTD_referenceExternalSequences()
4049 if (cctx->appliedParams.ldmParams.enableLdm == ZSTD_ps_enable) { in ZSTD_compressContinue_internal()
4118 int const loadLdmDict = params->ldmParams.enableLdm == ZSTD_ps_enable && ls != NULL; in ZSTD_loadDictionaryContent()
5454 params.ldmParams.enableLdm = ZSTD_resolveEnableLdm(params.ldmParams.enableLdm, ¶ms.cParams); in ZSTD_CCtx_init_compressStream2()