Lines Matching refs:pOuter
20848 With *pOuter; /* Containing WITH clause, or NULL */ member
33296 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;
164912 pWC = pWC->pOuter;
165864 for(p=pWC; p; p=p->pOuter){
165908 for(p=pWC, nTerm=0; p; p=p->pOuter){
166023 for(p=pWC, i=j=0; p; p=p->pOuter){
169213 tempWC.pOuter = pWC;