Searched refs:pOuter (Results 1 – 1 of 1) sorted by relevance
20848 With *pOuter; /* Containing WITH clause, or NULL */ member33296 if( pWith->pOuter ){ in sqlite3TreeViewWith()33297 sqlite3TreeViewLine(pView, "WITH (0x%p, pOuter=0x%p)",pWith,pWith->pOuter); in sqlite3TreeViewWith()118621 pParse->pWith = pCopy->pOuter;150541 for(p=pWith; p; p=p->pOuter){150580 pWith->pOuter = pParse->pWith;150794 pParse->pWith = pWith->pOuter;159306 WhereClause *pOuter; /* Outer conjunction */163271 pAndWC->pOuter = pWC;164268 pWC->pOuter = 0;[all …]