Home
last modified time | relevance | path

Searched defs:pTabList (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/src/
H A Dtreeview.c1009 const SrcList *pTabList, in sqlite3TreeViewDelete()
1065 const SrcList *pTabList, in sqlite3TreeViewInsert()
1135 const SrcList *pTabList, in sqlite3TreeViewUpdate()
H A Dupdate.c192 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 Dauth.c144 SrcList *pTabList /* All table that pExpr might refer to */ in sqlite3AuthRead()
H A Dupsert.c92 SrcList *pTabList, /* Table into which we are inserting */ in sqlite3UpsertAnalyzeTarget()
H A Dselect.c1884 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 Dwhere.c589 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 Ddelete.c279 SrcList *pTabList, /* The table from which we should delete things */ in sqlite3DeleteFrom()
H A Dwhereexpr.c1792 SrcList *pTabList, /* the FROM clause */ in sqlite3WhereExprAnalyze()
H A Dinsert.c685 SrcList *pTabList, /* Name of table into which we are inserting */ in sqlite3Insert()
H A Dwherecode.c123 SrcList *pTabList, /* Table list this loop refers to */ in sqlite3WhereExplainOneScan()
H A DwhereInt.h464 SrcList *pTabList; /* List of tables in the join */ member