Lines Matching defs:pOuter
19657 With *pOuter; /* Containing WITH clause, or NULL */
31474 if( pWith->pOuter ){
31475 sqlite3TreeViewLine(pView, "WITH (0x%p, pOuter=0x%p)",pWith,pWith->pOuter);
113175 pParse->pWith = pCopy->pOuter;
143633 for(p=pWith; p; p=p->pOuter){
143673 pWith->pOuter = pParse->pWith;
143884 pParse->pWith = pWith->pOuter;
151641 ** Explanation of pOuter: For a WHERE clause of the form
151646 ** the subclauses "(b AND c)" and "(d AND e)". The pOuter field of the
151651 WhereClause *pOuter; /* Outer conjunction */
155396 pAndWC->pOuter = pWC;
156353 pWC->pOuter = 0;
156945 pWC = pWC->pOuter;
160721 tempWC.pOuter = pWC;