Home
last modified time | relevance | path

Searched refs:IdList (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16365 typedef struct IdList IdList; typedef
20284 struct IdList { struct
20292 #define SZ_IDLIST(N) (offsetof(IdList,a)+(N)*sizeof(struct IdList_item))
20388 IdList *pUsing; /* fg.isUsing==1 => The USING clause of a join */
20403 IdList *pUsing; /* The USING clause of a join */
21095 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
21165 IdList *pIdList; /* Column names for INSERT */
21859 SQLITE_PRIVATE void sqlite3TreeViewBareIdList(TreeView*, const IdList*, const char*);
21860 SQLITE_PRIVATE void sqlite3TreeViewIdList(TreeView*, const IdList*, u8, const char*);
21870 const IdList*, const Select*, const ExprList*,
[all …]