Searched refs:SrcList (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dparsefuncs.c78 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc)
92 SrcList *pSrc, /* The table to rename. */
129 SrcList *pTableName,/* The name of the table/view the trigger applies to */
175 SrcList *pTabList, /* The table from which we should delete things */
196 void sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists)
203 void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr)
211 void sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr)
295 SrcList *pTabList, /* Name of table into which we are inserting */
398 SrcList *pSrc, /* the FROM clause -- which tables to scan */
421 SrcList *sqlite3SrcListAppendFromTer
[all...]
H A Dbuildpt.c706 * Append a new table name to the given SrcList. Create a new SrcList
717 SrcList *
720 SrcList *pList; /* Append to this SrcList */
733 pList = calloc(1, sizeof(SrcList));
743 SrcList *pNew;
820 SrcList *pTblName; /* Table to index. Use pParse->pNewTable if 0 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dparsefuncs.c78 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc)
92 SrcList *pSrc, /* The table to rename. */
129 SrcList *pTableName,/* The name of the table/view the trigger applies to */
175 SrcList *pTabList, /* The table from which we should delete things */
196 void sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists)
203 void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr)
211 void sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr)
295 SrcList *pTabList, /* Name of table into which we are inserting */
398 SrcList *pSrc, /* the FROM clause -- which tables to scan */
421 SrcList *sqlite3SrcListAppendFromTer
[all...]
H A Dbuildpt.c706 * Append a new table name to the given SrcList. Create a new SrcList
717 SrcList *
720 SrcList *pList; /* Append to this SrcList */
733 pList = calloc(1, sizeof(SrcList));
743 SrcList *pNew;
820 SrcList *pTblName; /* Table to index. Use pParse->pNewTable if 0 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dparsefuncs.c78 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc)
92 SrcList *pSrc, /* The table to rename. */
129 SrcList *pTableName,/* The name of the table/view the trigger applies to */
175 SrcList *pTabList, /* The table from which we should delete things */
196 void sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists)
203 void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr)
211 void sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr)
295 SrcList *pTabList, /* Name of table into which we are inserting */
398 SrcList *pSrc, /* the FROM clause -- which tables to scan */
421 SrcList *sqlite3SrcListAppendFromTer
[all...]
H A Dbuildpt.c706 * Append a new table name to the given SrcList. Create a new SrcList
717 SrcList *
720 SrcList *pList; /* Append to this SrcList */
733 pList = calloc(1, sizeof(SrcList));
743 SrcList *pNew;
820 SrcList *pTblName; /* Table to index. Use pParse->pNewTable if 0 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h425 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
1247 ** the SrcList.a[] array.
1260 struct SrcList { struct
1279 ** Permitted values of the SrcList.a.jointype field
1354 SrcList *pTabList; /* List of tables in the join */
1386 SrcList *pSrcList; /* One or more tables used to resolve names */
1427 SrcList *pSrc; /* The FROM clause */
1861 void sqlite3DropTable(Parse*, SrcList*, int, int);
1863 void sqlite3Insert(Parse*, SrcList*, ExprLis
[all...]
H A Dparse.c120 SrcList* yy373;
2747 SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy410,&yymsp[0].minor.yy410);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h425 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
1247 ** the SrcList.a[] array.
1260 struct SrcList { struct
1279 ** Permitted values of the SrcList.a.jointype field
1354 SrcList *pTabList; /* List of tables in the join */
1386 SrcList *pSrcList; /* One or more tables used to resolve names */
1427 SrcList *pSrc; /* The FROM clause */
1861 void sqlite3DropTable(Parse*, SrcList*, int, int);
1863 void sqlite3Insert(Parse*, SrcList*, ExprLis
[all...]
H A Dparse.c120 SrcList* yy373;
2747 SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy410,&yymsp[0].minor.yy410);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h425 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
1247 ** the SrcList.a[] array.
1260 struct SrcList { struct
1279 ** Permitted values of the SrcList.a.jointype field
1354 SrcList *pTabList; /* List of tables in the join */
1386 SrcList *pSrcList; /* One or more tables used to resolve names */
1427 SrcList *pSrc; /* The FROM clause */
1861 void sqlite3DropTable(Parse*, SrcList*, int, int);
1863 void sqlite3Insert(Parse*, SrcList*, ExprLis
[all...]
H A Dparse.c120 SrcList* yy373;
2747 SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy410,&yymsp[0].minor.yy410);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c7086 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
9608 ** the SrcList.a[] array.
9624 struct SrcList { struct
9646 ** Permitted values of the SrcList.a.jointype field
9751 SrcList *pTabList; /* List of tables in the join */
9784 SrcList *pSrcList; /* One or more tables used to resolve names */
9821 SrcList *pSrc; /* The FROM clause */
10467 SQLITE_PRIVATE void sqlite3DropTable(Parse*, SrcList*, int, int);
10476 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprLis
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c7086 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
9608 ** the SrcList.a[] array.
9624 struct SrcList { struct
9646 ** Permitted values of the SrcList.a.jointype field
9751 SrcList *pTabList; /* List of tables in the join */
9784 SrcList *pSrcList; /* One or more tables used to resolve names */
9821 SrcList *pSrc; /* The FROM clause */
10467 SQLITE_PRIVATE void sqlite3DropTable(Parse*, SrcList*, int, int);
10476 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprLis
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c7086 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
9608 ** the SrcList.a[] array.
9624 struct SrcList { struct
9646 ** Permitted values of the SrcList.a.jointype field
9751 SrcList *pTabList; /* List of tables in the join */
9784 SrcList *pSrcList; /* One or more tables used to resolve names */
9821 SrcList *pSrc; /* The FROM clause */
10467 SQLITE_PRIVATE void sqlite3DropTable(Parse*, SrcList*, int, int);
10476 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprLis
[all...]

Completed in 1005 milliseconds