Searched refs:SPELLFIX_IDXNUM_ROWID (Results 1 – 1 of 1) sorted by relevance
2206 #define SPELLFIX_IDXNUM_ROWID 0x40 /* rowid = $rowid */ macro2282 if( (iPlan & SPELLFIX_IDXNUM_ROWID)==0 in spellfix1BestIndex()2286 iPlan |= SPELLFIX_IDXNUM_ROWID; in spellfix1BestIndex()2316 }else if( (iPlan & SPELLFIX_IDXNUM_ROWID) ){ in spellfix1BestIndex()2317 pIdxInfo->idxNum = SPELLFIX_IDXNUM_ROWID; in spellfix1BestIndex()