Searched refs:nSelect (Results 1 – 2 of 2) sorted by relevance
287 ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
19759 int nSelect; /* Number of SELECT stmts. Counter for Select.selId */ member123750 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;[all …]