Searched refs:sqlite3TreeViewWith (Results 1 – 2 of 2) 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() function 257 sqlite3TreeViewWith(pView, p->pWith, 1); in sqlite3TreeViewSelect() 1027 sqlite3TreeViewWith(pView, pWith, 0); in sqlite3TreeViewDelete() 1094 sqlite3TreeViewWith(pView, pWith, 0); in sqlite3TreeViewInsert() 1166 sqlite3TreeViewWith(pView, pWith, 0); in sqlite3TreeViewUpdate() 1273 void sqlite3ShowWith(const With *p){ sqlite3TreeViewWith(0,p,0); } in sqlite3ShowWith()
|
| H A D | sqliteInt.h | 4522 void sqlite3TreeViewWith(TreeView*, const With*, u8);
|