Searched refs:iPlan (Results 1 – 5 of 5) sorted by relevance
826 int iPlan = 0; in closureBestIndex() local836 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 …]
1079 int iPlan = 0; in fuzzerBestIndex() local1094 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 …]
1356 int iPlan = 0; in amatchBestIndex() local1366 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 …]
2218 int iPlan = 0; in spellfix1BestIndex() local2235 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 …]
112 int iPlan = 0; in dbpageBestIndex() local126 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()