HomeSort by relevance Sort by last modified time
    Searched refs:SrcList (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 625 typedef struct SrcList SrcList;
    [all...]
delete.c 18 ** While a SrcList can in general represent multiple tables and subqueries
31 Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){
101 SrcList *pFrom;
133 SrcList *pSrc, /* the FROM clause -- which tables to scan */
144 SrcList *pSelectSrc = NULL; /* SELECT rowid FROM x ... (dup of pSrc) */
225 SrcList *pTabList, /* The table from which we should delete things */
256 ** put in an SrcList structure because some of the subroutines we
258 ** an SrcList* parameter instead of just a Table* parameter.
walker.c 98 SrcList *pSrc;
auth.c 138 SrcList *pTabList /* All table that pExpr might refer to */
update.c 21 SrcList *pSrc, /* The virtual table to be modified */
90 SrcList *pTabList, /* The table in which we should change things */
595 SrcList *pSrc, /* The virtual table to be modified */
build.c     [all...]
resolve.c 158 SrcList *pSrcList = pNC->pSrcList;
407 ** from datasource iSrc in SrcList pSrc.
409 Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){
452 SrcList *pSrcList = pNC->pSrcList;
467 SrcList *pSrcList = pNC->pSrcList;
    [all...]
trigger.c 87 SrcList *pTableName,/* The name of the table/view the trigger applies to */
477 void sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr){
658 ** Convert the pStep->target token into a SrcList and return a pointer
659 ** to that SrcList.
662 ** forming the SrcList. This prevents a trigger in one database from
667 static SrcList *targetSrcList(
672 SrcList *pSrc; /* SrcList to be returned */
    [all...]
select.c 53 SrcList *pSrc, /* the FROM clause -- which tables to scan */
202 SrcList *pSrc, /* Array of tables to search */
232 ** where tab1 is the iSrc'th table in SrcList pSrc and tab2 is the
238 SrcList *pSrc, /* List of tables in FROM clause */
321 SrcList *pSrc; /* All tables in the FROM clause */
    [all...]
alter.c 395 SrcList *pSrc, /* The table to rename. */
747 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc){
fkey.c 459 SrcList *pSrc, /* SrcList containing the table to scan */
607 ** being dropped from the database. The SrcList passed as the second argument
622 void sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab){
777 SrcList *pSrc;
    [all...]
attach.c 444 SrcList *pList /* The Source list to check and modify */
where.c 614 static void exprAnalyze(SrcList*, WhereClause*, int);
622 SrcList *pTabList, /* the FROM clause */
844 SrcList *pSrc, /* the FROM clause */
    [all...]
parse.y 472 %type seltablist {SrcList*}
474 %type stl_prefix {SrcList*}
476 %type from {SrcList*}
533 %type fullname {SrcList*}
    [all...]
insert.c 435 SrcList *pTabList, /* Name of table into which we are inserting */
    [all...]
expr.c 840 ** Any tables that the SrcList might point to are not duplicated.
886 SrcList *sqlite3SrcListDup(sqlite3 *db, SrcList *p, int flags){
887 SrcList *pNew;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 3575 milliseconds