Home | History | Annotate | Download | only in dist

Lines Matching refs:pOuter

13594   With *pOuter;                   /* Containing WITH clause, or NULL */
112637 for(p=pWith; p; p=p->pOuter){
112663 pWith->pOuter = pParse->pWith;
112803 pParse->pWith = pWith->pOuter;
118325 ** Explanation of pOuter: For a WHERE clause of the form
118330 ** the subclauses "(b AND c)" and "(d AND e)". The pOuter field of the
118335 WhereClause *pOuter; /* Outer conjunction */
120597 pAndWC->pOuter = pWC;
121270 pWC->pOuter = 0;
121640 pScan->pWC = pScan->pWC->pOuter;
124387 tempWC.pOuter = pWC;