Lines Matching refs:nSelect
19829 int nSelect; /* Number of SELECT stmts. Counter for Select.selId */ member
124501 int nSelect = pParse->nSelect;
124515 pParse->nSelect = nSelect;
143044 pNew->selId = ++pParse->nSelect;
146363 int nSelect; /* Number of SELECT statements in the compound */
146483 nSelect = 1;
146488 nSelect++;
146492 if( nSelect<=3 ){
146496 for(i=2; i<nSelect; i+=2){ pSplit = pSplit->pPrior; }
147370 if( pParse->nSelect>500 ) return 0;
147449 pNew->selId = ++pParse->nSelect;
148880 p->selId = ++pParse->nSelect;