Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dupdate.c31 SrcList *pTabList, /* The table in which we should change things */ in sqliteUpdate()
H A Dauth.c109 SrcList *pTabList /* All table that pExpr might refer to */ in sqliteAuthRead()
H A Ddelete.c61 SrcList *pTabList, /* The table from which we should delete things */ in sqliteDeleteFrom()
H A Dselect.c664 SrcList *pTabList, /* List of tables */ in generateColumnTypes()
704 SrcList *pTabList, /* List of tables */ in generateColumnNames()
863 SrcList *pTabList; in fillInColumnList() local
2026 SrcList *pTabList; /* List of tables to select from */ in sqliteSelect() local
H A Dwhere.c385 SrcList *pTabList, /* A list of all tables to be scanned */ in sqliteWhereBegin()
1197 SrcList *pTabList = pWInfo->pTabList; in sqliteWhereEnd() local
H A Dinsert.c91 SrcList *pTabList, /* Name of table into which we are inserting */ in sqliteInsert()
H A DsqliteInt.h826 SrcList *pTabList; /* List of tables in the join */ member