Home
last modified time | relevance | path

Searched refs:pOuter (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h345 WhereClause *pOuter; /* Outer conjunction */ member
H A Dtreeview.c143 if( pWith->pOuter ){ in sqlite3TreeViewWith()
144 sqlite3TreeViewLine(pView, "WITH (0x%p, pOuter=0x%p)",pWith,pWith->pOuter); in sqlite3TreeViewWith()
H A Dwhereexpr.c699 pAndWC->pOuter = pWC; in exprAnalyzeOrTerm()
1656 pWC->pOuter = 0; in sqlite3WhereClauseInit()
H A Dalter.c849 pParse->pWith = pCopy->pOuter; in renameWalkWith()
H A Dselect.c5383 for(p=pWith; p; p=p->pOuter){ in searchWith()
5423 pWith->pOuter = pParse->pWith; in sqlite3WithPush()
5634 pParse->pWith = pWith->pOuter; in sqlite3SelectPopWith()
H A Dwhere.c395 pWC = pWC->pOuter; in whereScanNext()
4171 tempWC.pOuter = pWC; in whereLoopAddOr()
H A DsqliteInt.h4179 With *pOuter; /* Containing WITH clause, or NULL */ member