Searched refs:sqlite3TreeViewIdList (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | treeview.c | 228 sqlite3TreeViewIdList(pView, pItem->u3.pUsing, (--n)>0, "USING"); in sqlite3TreeViewSrcList() 962 void sqlite3TreeViewIdList( in sqlite3TreeViewIdList() function 1104 sqlite3TreeViewIdList(pView, pColumnList, (--n)>0, "COLUMNS"); in sqlite3TreeViewInsert() 1270 void sqlite3ShowIdList(const IdList *p){ sqlite3TreeViewIdList(0,p,0,0); } in sqlite3ShowIdList()
|
| H A D | sqliteInt.h | 4518 void sqlite3TreeViewIdList(TreeView*, const IdList*, u8, const char*);
|