Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2203 #define SPELLFIX_IDXNUM_SCOPE 0x08 /* scope = $scope */ macro
2259 if( (iPlan & SPELLFIX_IDXNUM_SCOPE)==0 in spellfix1BestIndex()
2263 iPlan |= SPELLFIX_IDXNUM_SCOPE; in spellfix1BestIndex()
2307 if( iPlan&SPELLFIX_IDXNUM_SCOPE ){ in spellfix1BestIndex()