Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20507 u32 nNestedSelect; /* Number of nested selects using this NC */ member
111666 pExpr->op2 += (1 + pNC2->nNestedSelect);
111671 pExpr->op2 += pNC2->nNestedSelect;
112237 if( pOuterNC ) pOuterNC->nNestedSelect++;
112266 if( pOuterNC && ALWAYS(pOuterNC->nNestedSelect>0) ){
112267 pOuterNC->nNestedSelect--;