Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2206 #define SPELLFIX_IDXNUM_ROWID 0x40 /* rowid = $rowid */ macro
2282 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()