Lines Matching refs:pOuter
18451 With *pOuter; /* Containing WITH clause, or NULL */ member
28617 if( pWith->pOuter ){
28618 sqlite3TreeViewLine(pView, "WITH (0x%p, pOuter=0x%p)",pWith,pWith->pOuter);
129266 for(p=pWith; p; p=p->pOuter){
129293 pWith->pOuter = pParse->pWith;
129445 pParse->pWith = pWith->pOuter;
135965 WhereClause *pOuter; /* Outer conjunction */
139184 pAndWC->pOuter = pWC;
139964 pWC->pOuter = 0;
140405 pWC = pWC->pOuter;
143564 tempWC.pOuter = pWC;