Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfuzzer.c1080 int iDistTerm = -1; in fuzzerBestIndex() local
1109 iDistTerm = i; in fuzzerBestIndex()
1123 pIdxInfo->aConstraintUsage[iDistTerm].argvIndex = 1+((iPlan&1)!=0); in fuzzerBestIndex()
H A Damatch.c1357 int iDistTerm = -1; in amatchBestIndex() local
1380 iDistTerm = i; in amatchBestIndex()
1392 pIdxInfo->aConstraintUsage[iDistTerm].argvIndex = 1+((iPlan&1)!=0); in amatchBestIndex()
H A Dspellfix.c2222 int iDistTerm = -1; in spellfix1BestIndex() local
2278 iDistTerm = i; in spellfix1BestIndex()
2312 pIdxInfo->aConstraintUsage[iDistTerm].argvIndex = idx++; in spellfix1BestIndex()
2313 pIdxInfo->aConstraintUsage[iDistTerm].omit = 1; in spellfix1BestIndex()