Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c1475 int iRowidTerm = -1; in geopolyBestIndex() local
1483 iRowidTerm = ii; in geopolyBestIndex()
1495 if( iRowidTerm>=0 ){ in geopolyBestIndex()
1498 pIdxInfo->aConstraintUsage[iRowidTerm].argvIndex = 1; in geopolyBestIndex()
1499 pIdxInfo->aConstraintUsage[iRowidTerm].omit = 1; in geopolyBestIndex()
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2223 int iRowidTerm = -1; in spellfix1BestIndex() local
2287 iRowidTerm = i; in spellfix1BestIndex()
2318 pIdxInfo->aConstraintUsage[iRowidTerm].argvIndex = 1; in spellfix1BestIndex()
2319 pIdxInfo->aConstraintUsage[iRowidTerm].omit = 1; in spellfix1BestIndex()