Home
last modified time | relevance | path

Searched defs:iTable (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest3.c207 int iTable; in btree_cursor() local
H A Dbtree.c360 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 DbtreeInt.h315 Pgno iTable; /* Root page of table */ member
H A Dselect.c407 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 Dbuild.c3248 static void destroyRootPage(Parse *pParse, int iTable, int iDb){ in destroyRootPage()
H A Dexpr.c3840 int iTable, /* The cursor pointing to the table */ in sqlite3ExprCodeGetColumn()
H A DsqliteInt.h2727 int iTable; /* Cursor number of the source table */ member
2862 int iTable; /* TK_COLUMN: cursor number of table holding column member