Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dclosure.c826 int iPlan = 0; in closureBestIndex() local
836 if( (iPlan & 1)==0 in closureBestIndex()
840 iPlan |= 1; in closureBestIndex()
851 iPlan |= idx<<4; in closureBestIndex()
860 iPlan |= idx<<8; in closureBestIndex()
869 iPlan |= idx<<12; in closureBestIndex()
877 iPlan |= idx<<16; in closureBestIndex()
889 iPlan = 0; in closureBestIndex()
891 if( (iPlan&1)==0 ){ in closureBestIndex()
901 iPlan = 0; in closureBestIndex()
[all …]
H A Dfuzzer.c1079 int iPlan = 0; in fuzzerBestIndex() local
1094 if( (iPlan & 1)==0 in fuzzerBestIndex()
1098 iPlan |= 1; in fuzzerBestIndex()
1103 if( (iPlan & 2)==0 in fuzzerBestIndex()
1108 iPlan |= 2; in fuzzerBestIndex()
1112 if( (iPlan & 4)==0 in fuzzerBestIndex()
1116 iPlan |= 4; in fuzzerBestIndex()
1122 if( iPlan & 2 ){ in fuzzerBestIndex()
1125 if( iPlan & 4 ){ in fuzzerBestIndex()
1127 if( iPlan & 1 ) idx++; in fuzzerBestIndex()
[all …]
H A Damatch.c1356 int iPlan = 0; in amatchBestIndex() local
1366 if( (iPlan & 1)==0 in amatchBestIndex()
1370 iPlan |= 1; in amatchBestIndex()
1374 if( (iPlan & 2)==0 in amatchBestIndex()
1379 iPlan |= 2; in amatchBestIndex()
1382 if( (iPlan & 4)==0 in amatchBestIndex()
1386 iPlan |= 4; in amatchBestIndex()
1391 if( iPlan & 2 ){ in amatchBestIndex()
1394 if( iPlan & 4 ){ in amatchBestIndex()
1396 if( iPlan & 1 ) idx++; in amatchBestIndex()
[all …]
H A Dspellfix.c2218 int iPlan = 0; in spellfix1BestIndex() local
2235 iPlan |= SPELLFIX_IDXNUM_MATCH; in spellfix1BestIndex()
2245 iPlan |= SPELLFIX_IDXNUM_LANGID; in spellfix1BestIndex()
2254 iPlan |= SPELLFIX_IDXNUM_TOP; in spellfix1BestIndex()
2263 iPlan |= SPELLFIX_IDXNUM_SCOPE; in spellfix1BestIndex()
2286 iPlan |= SPELLFIX_IDXNUM_ROWID; in spellfix1BestIndex()
2290 if( iPlan&SPELLFIX_IDXNUM_MATCH ){ in spellfix1BestIndex()
2292 pIdxInfo->idxNum = iPlan; in spellfix1BestIndex()
2303 if( iPlan&SPELLFIX_IDXNUM_TOP ){ in spellfix1BestIndex()
2307 if( iPlan&SPELLFIX_IDXNUM_SCOPE ){ in spellfix1BestIndex()
[all …]
/sqlite-3.40.0/src/
H A Ddbpage.c112 int iPlan = 0; in dbpageBestIndex() local
126 iPlan = 2; in dbpageBestIndex()
145 pIdxInfo->aConstraintUsage[i].argvIndex = iPlan ? 2 : 1; in dbpageBestIndex()
147 iPlan |= 1; in dbpageBestIndex()
151 pIdxInfo->idxNum = iPlan; in dbpageBestIndex()