Home
last modified time | relevance | path

Searched defs:pWith (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dtreeview.c139 void sqlite3TreeViewWith(TreeView *pView, const With *pWith, u8 moreToFollow){ in sqlite3TreeViewWith()
1008 const With *pWith, in sqlite3TreeViewDelete()
1064 const With *pWith, in sqlite3TreeViewInsert()
1134 const With *pWith, in sqlite3TreeViewUpdate()
H A Dselect.c5375 With *pWith, /* Current innermost WITH clause */ in searchWith()
5413 With *sqlite3WithPush(Parse *pParse, With *pWith, u8 bFree){ in sqlite3WithPush()
5450 With *pWith; /* The matching WITH */ in resolveFromTermToCte() local
5631 With *pWith = findRightmost(p)->pWith; in sqlite3SelectPopWith() local
H A Dalter.c823 With *pWith = pSelect->pWith; in renameWalkWith() local
H A Dbuild.c5625 With *pWith, /* Existing WITH clause, or NULL */ in sqlite3WithAdd()
5670 void sqlite3WithDelete(sqlite3 *db, With *pWith){ in sqlite3WithDelete()
H A DsqliteInt.h3361 With *pWith; /* WITH clause attached to this select. Or NULL. */ member
3731 With *pWith; /* Current WITH clause, or NULL */ member