Lines Matching refs:nSelect
19759 int nSelect; /* Number of SELECT stmts. Counter for Select.selId */ member
123750 int nSelect = pParse->nSelect;
123764 pParse->nSelect = nSelect;
141937 pNew->selId = ++pParse->nSelect;
145250 int nSelect; /* Number of SELECT statements in the compound */
145370 nSelect = 1;
145375 nSelect++;
145379 if( nSelect<=3 ){
145383 for(i=2; i<nSelect; i+=2){ pSplit = pSplit->pPrior; }
146257 if( pParse->nSelect>500 ) return 0;
146336 pNew->selId = ++pParse->nSelect;
147737 p->selId = ++pParse->nSelect;