Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15779 typedef struct SrcList SrcList; typedef
19772 struct SrcList { struct
19780 #define SZ_SRCLIST(N) (offsetof(SrcList,a)+(N)*sizeof(SrcItem))
19784 #define SZ_SRCLIST_1 (offsetof(SrcList,a)+sizeof(SrcItem))
19855 SrcList *pSrcList; /* One or more tables used to resolve names */
19934 SrcList *pUpsertSrc; /* Table to be updated */
19965 SrcList *pSrc; /* The FROM clause */
20541 SrcList *pFrom; /* FROM clause for UPDATE statement (if any) */
20757 SrcList *pSrcList; /* FROM clause */
21220 SQLITE_PRIVATE void sqlite3TreeViewSrcList(TreeView*, const SrcList*);
[all …]