Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19343 u32 nNestedSelect; /* Number of nested selects using this NC */ member
107438 pExpr->op2 += (1 + pNC2->nNestedSelect);
107443 pExpr->op2 += pNC2->nNestedSelect;
108002 if( pOuterNC ) pOuterNC->nNestedSelect++;
108027 if( pOuterNC && ALWAYS(pOuterNC->nNestedSelect>0) ){
108028 pOuterNC->nNestedSelect--;