Searched refs:useRowMatchFinder (Results 1 – 4 of 4) sorted by relevance
286 …cctxParams.useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(cctxParams.useRowMatchFinder, &cPara… in ZSTD_makeCCtxParamsFromCParams()1438 …ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params->useRowMatchFin… in ZSTD_estimateCCtxSize_usingCCtxParams() local1892 params->useRowMatchFinder, in ZSTD_resetCCtx_internal()1985 params.useRowMatchFinder = cdict->useRowMatchFinder; /* cdict overrides */ in ZSTD_resetCCtx_byAttachingCDict()2039 params.useRowMatchFinder = cdict->useRowMatchFinder; in ZSTD_resetCCtx_byCopyingCDict()2146 params.useRowMatchFinder = srcCCtx->appliedParams.useRowMatchFinder; in ZSTD_copyCCtx_internal()4700 params.useRowMatchFinder, in ZSTD_initCDict_internal()4753 cdict->useRowMatchFinder = useRowMatchFinder; in ZSTD_createCDict_advanced_internal()4907 params.useRowMatchFinder = useRowMatchFinder; in ZSTD_initStaticCDict()4908 cdict->useRowMatchFinder = useRowMatchFinder; in ZSTD_initStaticCDict()[all …]
66 ZSTD_paramSwitch_e useRowMatchFinder,
662 ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_ldm_blockCompress() argument668 … ZSTD_selectBlockCompressor(cParams->strategy, useRowMatchFinder, ZSTD_matchState_dictMode(ms)); in ZSTD_ldm_blockCompress()
320 ZSTD_paramSwitch_e useRowMatchFinder; member
Completed in 25 milliseconds