Searched refs:stopIdx (Results 1 – 1 of 1) sorted by relevance
602 int stopIdx = -1; /* Index of the stop= constraint, or -1 if none */ in seriesBestIndex() local617 stopIdx = i; in seriesBestIndex()630 if( stopIdx>=0 ){ in seriesBestIndex()631 pIdxInfo->aConstraintUsage[stopIdx].argvIndex = ++nArg; in seriesBestIndex()632 pIdxInfo->aConstraintUsage[stopIdx].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()