Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dseries.c231 #ifndef SQLITE_SERIES_CONSTRAINT_VERIFY
232 # define SQLITE_SERIES_CONSTRAINT_VERIFY 0 macro
363 pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c517 #ifndef SQLITE_SERIES_CONSTRAINT_VERIFY
518 # define SQLITE_SERIES_CONSTRAINT_VERIFY 0 macro
628 pIdxInfo->aConstraintUsage[startIdx].omit= !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()
632 pIdxInfo->aConstraintUsage[stopIdx].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()
636 pIdxInfo->aConstraintUsage[stepIdx].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()