Searched defs:pTabList (Results 1 – 7 of 7) sorted by relevance
28 SrcList *pTabList, /* The table in which we should change things */ in sqliteUpdate()
106 SrcList *pTabList /* All table that pExpr might refer to */ in sqliteAuthRead()
660 SrcList *pTabList, /* List of tables */ in generateColumnTypes()700 SrcList *pTabList, /* List of tables */ in generateColumnNames()859 SrcList *pTabList; in fillInColumnList() local2022 SrcList *pTabList; /* List of tables to select from */ in sqliteSelect() local
58 SrcList *pTabList, /* The table from which we should delete things */ in sqliteDeleteFrom()
382 SrcList *pTabList, /* A list of all tables to be scanned */ in sqliteWhereBegin()1194 SrcList *pTabList = pWInfo->pTabList; in sqliteWhereEnd() local
88 SrcList *pTabList, /* Name of table into which we are inserting */ in sqliteInsert()
823 SrcList *pTabList; /* List of tables in the join */ member