Searched defs:iTable (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test3.c | 207 int iTable; in btree_cursor() local
|
| H A D | btree.c | 360 static int setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock){ in setSharedCacheTableLock() 4523 Pgno iTable, /* Root page of table to open */ in btreeCursor() 4590 Pgno iTable, /* Root page of table to open */ in btreeCursorWithLock() 4603 Pgno iTable, /* Root page of table to open */ in sqlite3BtreeCursor() 9850 int sqlite3BtreeClearTable(Btree *p, int iTable, i64 *pnChange){ in sqlite3BtreeClearTable() 9900 static int btreeDropTable(Btree *p, Pgno iTable, int *piMoved){ in btreeDropTable() 9985 int sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved){ in sqlite3BtreeDropTable()
|
| H A D | btreeInt.h | 315 Pgno iTable; /* Root page of table */ member
|
| H A D | select.c | 407 void sqlite3SetJoinExpr(Expr *p, int iTable, u32 joinFlag){ in sqlite3SetJoinExpr() 442 static void unsetJoinExpr(Expr *p, int iTable, int nullable){ in unsetJoinExpr() 3752 int iTable; /* Replace references to this table */ member
|
| H A D | build.c | 3248 static void destroyRootPage(Parse *pParse, int iTable, int iDb){ in destroyRootPage()
|
| H A D | expr.c | 3840 int iTable, /* The cursor pointing to the table */ in sqlite3ExprCodeGetColumn()
|
| H A D | sqliteInt.h | 2727 int iTable; /* Cursor number of the source table */ member 2862 int iTable; /* TK_COLUMN: cursor number of table holding column member
|