Home | History | Annotate | Download | only in orig

Lines Matching defs:pOuter

12290   With *pOuter;                   /* Containing WITH clause, or NULL */
105193 for(p=pWith; p; p=p->pOuter){
105219 pWith->pOuter = pParse->pWith;
105359 pParse->pWith = pWith->pOuter;
110746 ** Explanation of pOuter: For a WHERE clause of the form
110751 ** the subclauses "(b AND c)" and "(d AND e)". The pOuter field of the
110756 WhereClause *pOuter; /* Outer conjunction */
111032 pWC->pOuter = 0;
111399 pScan->pWC = pScan->pWC->pOuter;
111792 pAndWC->pOuter = pWC;
115892 tempWC.pOuter = pWC;