Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19409 u32 nNestedSelect; /* Number of nested selects using this NC */ member
108050 pExpr->op2 += (1 + pNC2->nNestedSelect);
108055 pExpr->op2 += pNC2->nNestedSelect;
108616 if( pOuterNC ) pOuterNC->nNestedSelect++;
108642 if( pOuterNC && ALWAYS(pOuterNC->nNestedSelect>0) ){
108643 pOuterNC->nNestedSelect--;