Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dauth.c138 SrcList *pTabList /* All table that pExpr might refer to */ in sqlite3AuthRead()
Dupdate.c90 SrcList *pTabList, /* The table in which we should change things */ in sqlite3Update()
Dselect.c1003 SrcList *pTabList = pNC->pSrcList; in columnType() local
1106 SrcList *pTabList, /* List of tables */ in generateColumnTypes()
1146 SrcList *pTabList, /* List of tables */ in generateColumnNames()
3162 SrcList *pTabList; in selectExpander() local
3431 SrcList *pTabList; in selectAddSubqueryTypeInfo() local
3715 SrcList *pTabList; /* List of tables to select from */ in sqlite3Select() local
Ddelete.c225 SrcList *pTabList, /* The table from which we should delete things */ in sqlite3DeleteFrom()
Dwhere.c622 SrcList *pTabList, /* the FROM clause */ in exprAnalyzeAll()
3508 SrcList *pTabList, /* Table list this loop refers to */ in explainOneScan()
4368 SrcList *pTabList, /* A list of all tables to be scanned */ in sqlite3WhereBegin()
4869 SrcList *pTabList = pWInfo->pTabList; in sqlite3WhereEnd() local
Dinsert.c435 SrcList *pTabList, /* Name of table into which we are inserting */ in sqlite3Insert()
DsqliteInt.h1964 SrcList *pTabList; /* List of tables in the join */ member
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c10309 SrcList *pTabList; /* List of tables in the join */ member