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);
129282 for(p=pWith; p; p=p->pOuter){
129309 pWith->pOuter = pParse->pWith;
129461 pParse->pWith = pWith->pOuter;
135981 WhereClause *pOuter; /* Outer conjunction */
139200 pAndWC->pOuter = pWC;
139980 pWC->pOuter = 0;
140421 pWC = pWC->pOuter;
143580 tempWC.pOuter = pWC;