Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dfuzzershell.c603 int stepIdx = -1; /* Index of the step= constraint, or -1 if none */ in seriesBestIndex() local
621 stepIdx = i; in seriesBestIndex()
634 if( stepIdx>=0 ){ in seriesBestIndex()
635 pIdxInfo->aConstraintUsage[stepIdx].argvIndex = ++nArg; in seriesBestIndex()
636 pIdxInfo->aConstraintUsage[stepIdx].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()