Searched refs:SrcList (Results 1 – 1 of 1) sorted by relevance
16390 typedef struct SrcList SrcList; typedef20413 struct SrcList { struct20421 #define SZ_SRCLIST(N) (offsetof(SrcList,a)+(N)*sizeof(SrcItem))20425 #define SZ_SRCLIST_1 (offsetof(SrcList,a)+sizeof(SrcItem))20496 SrcList *pSrcList; /* One or more tables used to resolve names */20575 SrcList *pUpsertSrc; /* Table to be updated */20592 SrcList *pSrc; /* The FROM clause */21162 SrcList *pSrc; /* Table to insert/update/delete */21380 SrcList *pSrcList; /* FROM clause */21862 SQLITE_PRIVATE void sqlite3TreeViewSrcList(TreeView*, const SrcList*);[all …]