Searched defs:pTabList (Results 1 – 11 of 11) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | treeview.c | 1009 const SrcList *pTabList, in sqlite3TreeViewDelete() 1065 const SrcList *pTabList, in sqlite3TreeViewInsert() 1135 const SrcList *pTabList, in sqlite3TreeViewUpdate()
|
| H A D | update.c | 192 SrcList *pTabList, /* List of tables to select from */ in updateFromSelect() 286 SrcList *pTabList, /* The table in which we should change things */ in sqlite3Update()
|
| H A D | auth.c | 144 SrcList *pTabList /* All table that pExpr might refer to */ in sqlite3AuthRead()
|
| H A D | upsert.c | 92 SrcList *pTabList, /* Table into which we are inserting */ in sqlite3UpsertAnalyzeTarget()
|
| H A D | select.c | 1884 SrcList *pTabList = pNC->pSrcList; in columnTypeImpl() local 2006 SrcList *pTabList, /* List of tables */ in generateColumnTypes() 2078 SrcList *pTabList; in sqlite3GenerateColumnNames() local 5726 SrcList *pTabList; in selectExpander() local 6135 SrcList *pTabList; in selectAddSubqueryTypeInfo() local 6480 SrcList *pTabList, /* Search for self-joins in this FROM clause */ in isSelfJoinView() 6655 SrcList *pTabList; /* List of tables to select from */ in sqlite3Select() local
|
| H A D | where.c | 589 SrcList *pTabList, /* The FROM clause */ in isDistinctRedundant() 3383 SrcList *pTabList; /* The FROM clause */ in whereLoopAddBtree() local 4260 SrcList *pTabList = pWInfo->pTabList; in whereLoopAddAll() local 5623 SrcList *pTabList, /* FROM clause: A list of all tables to be scanned */ in sqlite3WhereBegin() 6261 SrcList *pTabList = pWInfo->pTabList; in sqlite3WhereEnd() local
|
| H A D | delete.c | 279 SrcList *pTabList, /* The table from which we should delete things */ in sqlite3DeleteFrom()
|
| H A D | whereexpr.c | 1792 SrcList *pTabList, /* the FROM clause */ in sqlite3WhereExprAnalyze()
|
| H A D | insert.c | 685 SrcList *pTabList, /* Name of table into which we are inserting */ in sqlite3Insert()
|
| H A D | wherecode.c | 123 SrcList *pTabList, /* Table list this loop refers to */ in sqlite3WhereExplainOneScan()
|
| H A D | whereInt.h | 464 SrcList *pTabList; /* List of tables in the join */ member
|