Home
last modified time | relevance | path

Searched refs:startIdx (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dfuzzershell.c601 int startIdx = -1; /* Index of the start= constraint, or -1 if none */ in seriesBestIndex() local
613 startIdx = i; in seriesBestIndex()
626 if( startIdx>=0 ){ in seriesBestIndex()
627 pIdxInfo->aConstraintUsage[startIdx].argvIndex = ++nArg; in seriesBestIndex()
628 pIdxInfo->aConstraintUsage[startIdx].omit= !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()