Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21472 With *pOuter; /* Containing WITH clause, or NULL */ member
34132 if( pWith->pOuter ){ in sqlite3TreeViewWith()
34133 sqlite3TreeViewLine(pView, "WITH (0x%p, pOuter=0x%p)",pWith,pWith->pOuter); in sqlite3TreeViewWith()
121208 pParse->pWith = pCopy->pOuter;
154382 for(p=pWith; p; p=p->pOuter){
154421 pWith->pOuter = pParse->pWith;
154635 pParse->pWith = pWith->pOuter;
163393 WhereClause *pOuter; /* Outer conjunction */ member
167392 pAndWC->pOuter = pWC;
168390 pWC->pOuter = 0;
[all …]