Home
last modified time | relevance | path

Searched refs:nNestedSelect (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c19866 u32 nNestedSelect; /* Number of nested selects using this NC */ member
109372 pExpr->op2 += (1 + pNC2->nNestedSelect);
109377 pExpr->op2 += pNC2->nNestedSelect;
109942 if( pOuterNC ) pOuterNC->nNestedSelect++;
109971 if( pOuterNC && ALWAYS(pOuterNC->nNestedSelect>0) ){
109972 pOuterNC->nNestedSelect--;