Lines Matching refs:isNestedFrom
19729 unsigned isNestedFrom :1; /* pSelect is a SF_NestedFrom subquery */ member
33384 if( pItem->fg.isNestedFrom ) sqlite3_str_appendf(&x, " isNestedFrom"); in sqlite3TreeViewSrcList()
33404 assert( (int)pItem->fg.isNestedFrom == IsNestedFrom(pItem) ); in sqlite3TreeViewSrcList()
108384 assert( (int)pItem->fg.isNestedFrom == IsNestedFrom(pItem));
108385 if( pItem->fg.isNestedFrom ){
108498 if( pItem->fg.isNestedFrom ){
108659 && ALWAYS(VisibleRowid(pMatch->pSTab) || pMatch->fg.isNestedFrom)
108667 if( pMatch->fg.isNestedFrom==0 ) pExpr->iColumn = -1;
128089 pItem->fg.isNestedFrom = 1;
145197 assert( (int)pItem->fg.isNestedFrom == IsNestedFrom(pItem) );
145198 if( pItem->fg.isNestedFrom ){
151099 assert( (int)pFrom->fg.isNestedFrom == IsNestedFrom(pFrom) );
151100 if( pFrom->fg.isNestedFrom ){
179438 pNew->fg.isNestedFrom = 1;