Searched refs:nLTerm (Results 1 – 3 of 3) sorted by relevance
2195 p->nLTerm = 0; in whereLoopInit()2228 p->nLTerm = 0; in whereLoopClear()2322 if( pX->nLTerm-pX->nSkip >= pY->nLTerm-pY->nSkip ){ in whereLoopCheaperProperSubset()2504 if( pTemplate->nLTerm ){ in whereLoopInsert()3457 pNew->nLTerm = 1; in whereLoopAddBtree()3507 pNew->nLTerm = 0; in whereLoopAddBtree()3809 pNew->nLTerm = mxTerm+1; in whereLoopAddVirtualOne()4024 pNew->nLTerm = 0; in whereLoopAddVirtual()4222 pNew->nLTerm = 1; in whereLoopAddOr()5212 pLoop->nLTerm = 1; in whereShortCut()[all …]
492 for(i=iEq; i<pLoop->nLTerm; i++){ in removeUnindexableInClauseTerms()605 for(i=iEq;i<pLoop->nLTerm; i++){ in codeEqualityTerm()659 for(i=iEq;i<pLoop->nLTerm; i++){ in codeEqualityTerm()1091 for(j=0; j<pLoop->nLTerm && pLoop->aLTerm[j]!=pTerm; j++){} in codeCursorHint()1092 if( j<pLoop->nLTerm ) continue; in codeCursorHint()1416 int nConstraint = pLoop->nLTerm; in sqlite3WhereCodeOneLoopStart()
158 u16 nLTerm; /* Number of entries in aLTerm[] */ member