Searched refs:IdList (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ ! |
| H A D | sqlite3.c | 15754 typedef struct IdList IdList; typedef 19644 struct IdList { struct 19652 #define SZ_IDLIST(N) (offsetof(IdList,a)+(N)*sizeof(struct IdList_item)) 19747 IdList *pUsing; /* fg.isUsing==1 => The USING clause of a join */ 19762 IdList *pUsing; /* The USING clause of a join */ 20473 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger, 20544 IdList *pIdList; /* Column names for INSERT */ 21217 SQLITE_PRIVATE void sqlite3TreeViewBareIdList(TreeView*, const IdList*, const char*); 21218 SQLITE_PRIVATE void sqlite3TreeViewIdList(TreeView*, const IdList*, u8, const char*); 21228 const IdList*, const Select*, const ExprList*, [all …]
|