Lines Matching refs:idxNum
1928 int idxNum; /* idxNum value passed to xFilter() */ member
2292 pIdxInfo->idxNum = iPlan; in spellfix1BestIndex()
2317 pIdxInfo->idxNum = SPELLFIX_IDXNUM_ROWID; in spellfix1BestIndex()
2322 pIdxInfo->idxNum = 0; in spellfix1BestIndex()
2475 assert( (p->iMaxDist>=0)==((pCur->idxNum & SPELLFIX_IDXNUM_DIST) ? 1 : 0) ); in spellfix1RunQuery()
2478 if( pCur->nRow>=pCur->nAlloc && (pCur->idxNum & SPELLFIX_IDXNUM_TOP)==0 ){ in spellfix1RunQuery()
2531 int idxNum = pCur->idxNum; in spellfix1FilterForMatch() local
2558 if( idxNum&2 ){ in spellfix1FilterForMatch()
2561 if( idxNum&4 ){ in spellfix1FilterForMatch()
2565 if( idxNum&8 ){ in spellfix1FilterForMatch()
2570 if( idxNum&(16|32) ){ in spellfix1FilterForMatch()
2572 if( idxNum&16 ) x.iMaxDist--; in spellfix1FilterForMatch()
2647 int idxNum = pCur->idxNum; in spellfix1FilterForFullScan() local
2651 assert( idxNum==0 || idxNum==64 ); in spellfix1FilterForFullScan()
2655 ((idxNum & 64) ? " WHERE rowid=?" : "") in spellfix1FilterForFullScan()
2660 if( rc==SQLITE_OK && (idxNum & 64) ){ in spellfix1FilterForFullScan()
2683 int idxNum, const char *idxStr, in spellfix1Filter() argument
2688 pCur->idxNum = idxNum; in spellfix1Filter()
2689 if( idxNum & 1 ){ in spellfix1Filter()