SrcList 7605 third_party/sqlite/amalgamation/sqlite3.c typedef struct SrcList SrcList; SrcList 10309 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList; /* List of tables in the join */ SrcList 10343 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrcList; /* One or more tables used to resolve names */ SrcList 10380 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc; /* The FROM clause */ SrcList 11050 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DropTable(Parse*, SrcList*, int, int); SrcList 11059 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, int); SrcList 11063 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListEnlarge(sqlite3*, SrcList*, int, int); SrcList 11064 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListAppend(sqlite3*, SrcList*, Token*, Token*); SrcList 11065 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListAppendFromTerm(Parse*, SrcList*, Token*, Token*, SrcList 11067 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListIndexedBy(Parse *, SrcList *, Token *); SrcList 11069 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListShiftJoinType(SrcList*); SrcList 11070 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListAssignCursors(Parse*, SrcList*); SrcList 11072 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListDelete(sqlite3*, SrcList*); SrcList 11073 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Index *sqlite3CreateIndex(Parse*,Token*,Token*,SrcList*,ExprList*,int,Token*, SrcList 11075 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DropIndex(Parse*, SrcList*, int); SrcList 11077 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Select *sqlite3SelectNew(Parse*,ExprList*,SrcList*,Expr*,ExprList*, SrcList 11080 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Table *sqlite3SrcListLookup(Parse*, SrcList*); SrcList 11084 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3LimitWhere(Parse *, SrcList *, Expr *, ExprList *, Expr *, Expr *, char *); SrcList 11086 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DeleteFrom(Parse*, SrcList*, Expr*); SrcList 11087 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Update(Parse*, SrcList*, ExprList*, Expr*, int); SrcList 11088 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**, u16); SrcList 11153 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListDup(sqlite3*,SrcList*,int); SrcList 11170 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3BeginTrigger(Parse*, Token*,Token*,int,int,IdList*,SrcList*, SrcList 11173 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DropTrigger(Parse*, SrcList*, int); SrcList 11207 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AuthRead(Parse*,Expr*,Schema*,SrcList*); SrcList 11221 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3FixSrcList(DbFixer*, SrcList*); SrcList 11319 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AlterRenameTable(Parse*, SrcList*, Token*); SrcList 11330 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AlterBeginAddColumn(Parse *, SrcList *); SrcList 11360 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *, SrcList *, int, int); SrcList 11442 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3FkDropTable(Parse*, SrcList *, Table*); SrcList 19183 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc = va_arg(ap, SrcList*); SrcList 69493 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc; SrcList 69689 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrcList = pNC->pSrcList; SrcList 69940 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ SrcList 69983 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrcList = pNC->pSrcList; SrcList 69998 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrcList = pNC->pSrcList; SrcList 71623 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListDup(sqlite3 *db, SrcList *p, int flags){ SrcList 71624 third_party/sqlite/amalgamation/sqlite3.c SrcList *pNew; SrcList 72081 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc; SrcList 74273 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrcList = pNC->pSrcList; SrcList 74889 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* The table to rename. */ SrcList 75241 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc){ SrcList 76487 third_party/sqlite/amalgamation/sqlite3.c SrcList *pList /* The Source list to check and modify */ SrcList 76726 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList /* All table that pExpr might refer to */ SrcList 78320 third_party/sqlite/amalgamation/sqlite3.c SrcList sSrc; /* Fake SrcList for pParse->pNewTable */ SrcList 78828 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr){ SrcList 79236 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTblName, /* Table to index. Use pParse->pNewTable if 0 */ SrcList 79742 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists){ SrcList 79931 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListEnlarge( SrcList 79933 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* The SrcList to be enlarged */ SrcList 79947 third_party/sqlite/amalgamation/sqlite3.c SrcList *pNew; SrcList 80013 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListAppend( SrcList 80015 third_party/sqlite/amalgamation/sqlite3.c SrcList *pList, /* Append to this SrcList. NULL creates a new SrcList */ SrcList 80022 third_party/sqlite/amalgamation/sqlite3.c pList = sqlite3DbMallocZero(db, sizeof(SrcList) ); SrcList 80048 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListAssignCursors(Parse *pParse, SrcList *pList){ SrcList 80066 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListDelete(sqlite3 *db, SrcList *pList){ SrcList 80099 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE SrcList *sqlite3SrcListAppendFromTerm( SrcList 80101 third_party/sqlite/amalgamation/sqlite3.c SrcList *p, /* The left part of the FROM clause already seen */ SrcList 80143 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListIndexedBy(Parse *pParse, SrcList *p, Token *pIndexedBy){ SrcList 80173 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SrcListShiftJoinType(SrcList *p){ SrcList 81088 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){ SrcList 81158 third_party/sqlite/amalgamation/sqlite3.c SrcList *pFrom; SrcList 81190 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* the FROM clause -- which tables to scan */ SrcList 81201 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSelectSrc = NULL; /* SELECT rowid FROM x ... (dup of pSrc) */ SrcList 81282 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList, /* The table from which we should delete things */ SrcList 83751 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* SrcList containing the table to scan */ SrcList 83914 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab){ SrcList 84069 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc; SrcList 84918 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList, /* Name of table into which we are inserting */ SrcList 89975 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* the FROM clause -- which tables to scan */ SrcList 90124 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* Array of tables to search */ SrcList 90160 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* List of tables in FROM clause */ SrcList 90243 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc; /* All tables in the FROM clause */ SrcList 90925 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList = pNC->pSrcList; SrcList 91028 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList, /* List of tables */ SrcList 91068 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList, /* List of tables */ SrcList 92463 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc; SrcList 92605 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc; /* The FROM clause of the outer query */ SrcList 92606 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSubSrc; /* The FROM clause of the subquery */ SrcList 93084 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList; SrcList 93353 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList; SrcList 93637 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList; /* List of tables to select from */ SrcList 94673 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTableName,/* The name of the table/view the trigger applies to */ SrcList 95063 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr){ SrcList 95253 third_party/sqlite/amalgamation/sqlite3.c static SrcList *targetSrcList( SrcList 95258 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc; /* SrcList to be returned */ SrcList 95720 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* The virtual table to be modified */ SrcList 95789 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList, /* The table in which we should change things */ SrcList 96294 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* The virtual table to be modified */ SrcList 98268 third_party/sqlite/amalgamation/sqlite3.c static void exprAnalyze(SrcList*, WhereClause*, int); SrcList 98276 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList, /* the FROM clause */ SrcList 98498 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* the FROM clause */ SrcList 98750 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc, /* the FROM clause */ SrcList 101162 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList, /* Table list this loop refers to */ SrcList 101721 third_party/sqlite/amalgamation/sqlite3.c SrcList *pOrTab; /* Shortened table list or OR-clause generation */ SrcList 102022 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList, /* A list of all tables to be scanned */ SrcList 102523 third_party/sqlite/amalgamation/sqlite3.c SrcList *pTabList = pWInfo->pTabList; SrcList 102837 third_party/sqlite/amalgamation/sqlite3.c SrcList* yy259; SrcList 105477 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0); SrcList 395 third_party/sqlite/src/src/alter.c SrcList *pSrc, /* The table to rename. */ SrcList 747 third_party/sqlite/src/src/alter.c void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc){ SrcList 444 third_party/sqlite/src/src/attach.c SrcList *pList /* The Source list to check and modify */ SrcList 138 third_party/sqlite/src/src/auth.c SrcList *pTabList /* All table that pExpr might refer to */ SrcList 1481 third_party/sqlite/src/src/build.c SrcList sSrc; /* Fake SrcList for pParse->pNewTable */ SrcList 1989 third_party/sqlite/src/src/build.c void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr){ SrcList 2397 third_party/sqlite/src/src/build.c SrcList *pTblName, /* Table to index. Use pParse->pNewTable if 0 */ SrcList 2903 third_party/sqlite/src/src/build.c void sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists){ SrcList 3092 third_party/sqlite/src/src/build.c SrcList *sqlite3SrcListEnlarge( SrcList 3094 third_party/sqlite/src/src/build.c SrcList *pSrc, /* The SrcList to be enlarged */ SrcList 3108 third_party/sqlite/src/src/build.c SrcList *pNew; SrcList 3174 third_party/sqlite/src/src/build.c SrcList *sqlite3SrcListAppend( SrcList 3176 third_party/sqlite/src/src/build.c SrcList *pList, /* Append to this SrcList. NULL creates a new SrcList */ SrcList 3183 third_party/sqlite/src/src/build.c pList = sqlite3DbMallocZero(db, sizeof(SrcList) ); SrcList 3209 third_party/sqlite/src/src/build.c void sqlite3SrcListAssignCursors(Parse *pParse, SrcList *pList){ SrcList 3227 third_party/sqlite/src/src/build.c void sqlite3SrcListDelete(sqlite3 *db, SrcList *pList){ SrcList 3260 third_party/sqlite/src/src/build.c SrcList *sqlite3SrcListAppendFromTerm( SrcList 3262 third_party/sqlite/src/src/build.c SrcList *p, /* The left part of the FROM clause already seen */ SrcList 3304 third_party/sqlite/src/src/build.c void sqlite3SrcListIndexedBy(Parse *pParse, SrcList *p, Token *pIndexedBy){ SrcList 3334 third_party/sqlite/src/src/build.c void sqlite3SrcListShiftJoinType(SrcList *p){ SrcList 31 third_party/sqlite/src/src/delete.c Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){ SrcList 101 third_party/sqlite/src/src/delete.c SrcList *pFrom; SrcList 133 third_party/sqlite/src/src/delete.c SrcList *pSrc, /* the FROM clause -- which tables to scan */ SrcList 144 third_party/sqlite/src/src/delete.c SrcList *pSelectSrc = NULL; /* SELECT rowid FROM x ... (dup of pSrc) */ SrcList 225 third_party/sqlite/src/src/delete.c SrcList *pTabList, /* The table from which we should delete things */ SrcList 886 third_party/sqlite/src/src/expr.c SrcList *sqlite3SrcListDup(sqlite3 *db, SrcList *p, int flags){ SrcList 887 third_party/sqlite/src/src/expr.c SrcList *pNew; SrcList 1344 third_party/sqlite/src/src/expr.c SrcList *pSrc; SrcList 3536 third_party/sqlite/src/src/expr.c SrcList *pSrcList = pNC->pSrcList; SrcList 459 third_party/sqlite/src/src/fkey.c SrcList *pSrc, /* SrcList containing the table to scan */ SrcList 622 third_party/sqlite/src/src/fkey.c void sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab){ SrcList 777 third_party/sqlite/src/src/fkey.c SrcList *pSrc; SrcList 435 third_party/sqlite/src/src/insert.c SrcList *pTabList, /* Name of table into which we are inserting */ SrcList 472 third_party/sqlite/src/src/parse.y %type seltablist {SrcList*} SrcList 474 third_party/sqlite/src/src/parse.y %type stl_prefix {SrcList*} SrcList 476 third_party/sqlite/src/src/parse.y %type from {SrcList*} SrcList 533 third_party/sqlite/src/src/parse.y %type fullname {SrcList*} SrcList 1016 third_party/sqlite/src/src/parse.y SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&Y,&Z); SrcList 700 third_party/sqlite/src/src/printf.c SrcList *pSrc = va_arg(ap, SrcList*); SrcList 158 third_party/sqlite/src/src/resolve.c SrcList *pSrcList = pNC->pSrcList; SrcList 409 third_party/sqlite/src/src/resolve.c Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ SrcList 452 third_party/sqlite/src/src/resolve.c SrcList *pSrcList = pNC->pSrcList; SrcList 467 third_party/sqlite/src/src/resolve.c SrcList *pSrcList = pNC->pSrcList; SrcList 53 third_party/sqlite/src/src/select.c SrcList *pSrc, /* the FROM clause -- which tables to scan */ SrcList 202 third_party/sqlite/src/src/select.c SrcList *pSrc, /* Array of tables to search */ SrcList 238 third_party/sqlite/src/src/select.c SrcList *pSrc, /* List of tables in FROM clause */ SrcList 321 third_party/sqlite/src/src/select.c SrcList *pSrc; /* All tables in the FROM clause */ SrcList 1003 third_party/sqlite/src/src/select.c SrcList *pTabList = pNC->pSrcList; SrcList 1106 third_party/sqlite/src/src/select.c SrcList *pTabList, /* List of tables */ SrcList 1146 third_party/sqlite/src/src/select.c SrcList *pTabList, /* List of tables */ SrcList 2541 third_party/sqlite/src/src/select.c SrcList *pSrc; SrcList 2683 third_party/sqlite/src/src/select.c SrcList *pSrc; /* The FROM clause of the outer query */ SrcList 2684 third_party/sqlite/src/src/select.c SrcList *pSubSrc; /* The FROM clause of the subquery */ SrcList 3162 third_party/sqlite/src/src/select.c SrcList *pTabList; SrcList 3431 third_party/sqlite/src/src/select.c SrcList *pTabList; SrcList 3715 third_party/sqlite/src/src/select.c SrcList *pTabList; /* List of tables to select from */ SrcList 625 third_party/sqlite/src/src/sqliteInt.h typedef struct SrcList SrcList; SrcList 1964 third_party/sqlite/src/src/sqliteInt.h SrcList *pTabList; /* List of tables in the join */ SrcList 1998 third_party/sqlite/src/src/sqliteInt.h SrcList *pSrcList; /* One or more tables used to resolve names */ SrcList 2035 third_party/sqlite/src/src/sqliteInt.h SrcList *pSrc; /* The FROM clause */ SrcList 2705 third_party/sqlite/src/src/sqliteInt.h void sqlite3DropTable(Parse*, SrcList*, int, int); SrcList 2714 third_party/sqlite/src/src/sqliteInt.h void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, int); SrcList 2718 third_party/sqlite/src/src/sqliteInt.h SrcList *sqlite3SrcListEnlarge(sqlite3*, SrcList*, int, int); SrcList 2719 third_party/sqlite/src/src/sqliteInt.h SrcList *sqlite3SrcListAppend(sqlite3*, SrcList*, Token*, Token*); SrcList 2720 third_party/sqlite/src/src/sqliteInt.h SrcList *sqlite3SrcListAppendFromTerm(Parse*, SrcList*, Token*, Token*, SrcList 2722 third_party/sqlite/src/src/sqliteInt.h void sqlite3SrcListIndexedBy(Parse *, SrcList *, Token *); SrcList 2724 third_party/sqlite/src/src/sqliteInt.h void sqlite3SrcListShiftJoinType(SrcList*); SrcList 2725 third_party/sqlite/src/src/sqliteInt.h void sqlite3SrcListAssignCursors(Parse*, SrcList*); SrcList 2727 third_party/sqlite/src/src/sqliteInt.h void sqlite3SrcListDelete(sqlite3*, SrcList*); SrcList 2728 third_party/sqlite/src/src/sqliteInt.h Index *sqlite3CreateIndex(Parse*,Token*,Token*,SrcList*,ExprList*,int,Token*, SrcList 2730 third_party/sqlite/src/src/sqliteInt.h void sqlite3DropIndex(Parse*, SrcList*, int); SrcList 2732 third_party/sqlite/src/src/sqliteInt.h Select *sqlite3SelectNew(Parse*,ExprList*,SrcList*,Expr*,ExprList*, SrcList 2735 third_party/sqlite/src/src/sqliteInt.h Table *sqlite3SrcListLookup(Parse*, SrcList*); SrcList 2739 third_party/sqlite/src/src/sqliteInt.h Expr *sqlite3LimitWhere(Parse *, SrcList *, Expr *, ExprList *, Expr *, Expr *, char *); SrcList 2741 third_party/sqlite/src/src/sqliteInt.h void sqlite3DeleteFrom(Parse*, SrcList*, Expr*); SrcList 2742 third_party/sqlite/src/src/sqliteInt.h void sqlite3Update(Parse*, SrcList*, ExprList*, Expr*, int); SrcList 2743 third_party/sqlite/src/src/sqliteInt.h WhereInfo *sqlite3WhereBegin(Parse*, SrcList*, Expr*, ExprList**, u16); SrcList 2808 third_party/sqlite/src/src/sqliteInt.h SrcList *sqlite3SrcListDup(sqlite3*,SrcList*,int); SrcList 2825 third_party/sqlite/src/src/sqliteInt.h void sqlite3BeginTrigger(Parse*, Token*,Token*,int,int,IdList*,SrcList*, SrcList 2828 third_party/sqlite/src/src/sqliteInt.h void sqlite3DropTrigger(Parse*, SrcList*, int); SrcList 2862 third_party/sqlite/src/src/sqliteInt.h void sqlite3AuthRead(Parse*,Expr*,Schema*,SrcList*); SrcList 2876 third_party/sqlite/src/src/sqliteInt.h int sqlite3FixSrcList(DbFixer*, SrcList*); SrcList 2974 third_party/sqlite/src/src/sqliteInt.h void sqlite3AlterRenameTable(Parse*, SrcList*, Token*); SrcList 2985 third_party/sqlite/src/src/sqliteInt.h void sqlite3AlterBeginAddColumn(Parse *, SrcList *); SrcList 3015 third_party/sqlite/src/src/sqliteInt.h Expr *sqlite3CreateColumnExpr(sqlite3 *, SrcList *, int, int); SrcList 3097 third_party/sqlite/src/src/sqliteInt.h void sqlite3FkDropTable(Parse*, SrcList *, Table*); SrcList 87 third_party/sqlite/src/src/trigger.c SrcList *pTableName,/* The name of the table/view the trigger applies to */ SrcList 477 third_party/sqlite/src/src/trigger.c void sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr){ SrcList 667 third_party/sqlite/src/src/trigger.c static SrcList *targetSrcList( SrcList 672 third_party/sqlite/src/src/trigger.c SrcList *pSrc; /* SrcList to be returned */ SrcList 21 third_party/sqlite/src/src/update.c SrcList *pSrc, /* The virtual table to be modified */ SrcList 90 third_party/sqlite/src/src/update.c SrcList *pTabList, /* The table in which we should change things */ SrcList 595 third_party/sqlite/src/src/update.c SrcList *pSrc, /* The virtual table to be modified */ SrcList 98 third_party/sqlite/src/src/walker.c SrcList *pSrc; SrcList 614 third_party/sqlite/src/src/where.c static void exprAnalyze(SrcList*, WhereClause*, int); SrcList 622 third_party/sqlite/src/src/where.c SrcList *pTabList, /* the FROM clause */ SrcList 844 third_party/sqlite/src/src/where.c SrcList *pSrc, /* the FROM clause */ SrcList 1096 third_party/sqlite/src/src/where.c SrcList *pSrc, /* the FROM clause */ SrcList 3508 third_party/sqlite/src/src/where.c SrcList *pTabList, /* Table list this loop refers to */ SrcList 4067 third_party/sqlite/src/src/where.c SrcList *pOrTab; /* Shortened table list or OR-clause generation */ SrcList 4368 third_party/sqlite/src/src/where.c SrcList *pTabList, /* A list of all tables to be scanned */ SrcList 4869 third_party/sqlite/src/src/where.c SrcList *pTabList = pWInfo->pTabList;