Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2207 #define SPELLFIX_IDXNUM_DIST (0x10|0x20) /* DISTLT and DISTLE */ macro
2268 if( (iPlan & SPELLFIX_IDXNUM_DIST)==0 in spellfix1BestIndex()
2311 if( iPlan&SPELLFIX_IDXNUM_DIST ){ in spellfix1BestIndex()
2475 assert( (p->iMaxDist>=0)==((pCur->idxNum & SPELLFIX_IDXNUM_DIST) ? 1 : 0) ); in spellfix1RunQuery()