Searched defs:pWith (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | treeview.c | 139 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 D | select.c | 5375 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 D | alter.c | 823 With *pWith = pSelect->pWith; in renameWalkWith() local
|
| H A D | build.c | 5625 With *pWith, /* Existing WITH clause, or NULL */ in sqlite3WithAdd() 5670 void sqlite3WithDelete(sqlite3 *db, With *pWith){ in sqlite3WithDelete()
|
| H A D | sqliteInt.h | 3361 With *pWith; /* WITH clause attached to this select. Or NULL. */ member 3731 With *pWith; /* Current WITH clause, or NULL */ member
|