Searched refs:useRowMatchFinder (Results 1 – 4 of 4) sorted by relevance
314 …cctxParams.useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(cctxParams.useRowMatchFinder, &cPara… in ZSTD_makeCCtxParamsFromCParams()1694 …ZSTD_ParamSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params->useRowMatchFin… in ZSTD_estimateCCtxSize_usingCCtxParams() local2275 params.useRowMatchFinder = cdict->useRowMatchFinder; /* cdict overrides */ in ZSTD_resetCCtx_byAttachingCDict()2345 params.useRowMatchFinder = cdict->useRowMatchFinder; in ZSTD_resetCCtx_byCopyingCDict()2455 params.useRowMatchFinder = srcCCtx->appliedParams.useRowMatchFinder; in ZSTD_copyCCtx_internal()5468 params.useRowMatchFinder, in ZSTD_initCDict_internal()5523 cdict->useRowMatchFinder = useRowMatchFinder; in ZSTD_createCDict_advanced_internal()5578 …cctxParams.useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(cctxParams.useRowMatchFinder, &cPara… in ZSTD_createCDict_advanced2()5677 params.useRowMatchFinder = useRowMatchFinder; in ZSTD_initStaticCDict()5678 cdict->useRowMatchFinder = useRowMatchFinder; in ZSTD_initStaticCDict()[all …]
66 ZSTD_ParamSwitch_e useRowMatchFinder,
684 ZSTD_ParamSwitch_e useRowMatchFinder, in ZSTD_ldm_blockCompress() argument690 … ZSTD_selectBlockCompressor(cParams->strategy, useRowMatchFinder, ZSTD_matchState_dictMode(ms)); in ZSTD_ldm_blockCompress()
415 ZSTD_ParamSwitch_e useRowMatchFinder; member