Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dfuzzershell.c602 int stopIdx = -1; /* Index of the stop= constraint, or -1 if none */ in seriesBestIndex() local
617 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()