Searched defs:iTable (Results 1 - 1 of 1) sorted by relevance
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 18205 int iTable; /* Cursor number of the source table */ member 18340 int iTable; /* TK_COLUMN: cursor number of table holding column member 67881 Pgno iTable; /* Root page of table */ global() member 68978 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) global() argument 73161 btreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) global() argument 73228 btreeCursorWithLock( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) global() argument 73241 sqlite3BtreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) global() argument 78490 sqlite3BtreeClearTable(Btree *p, int iTable, i64 *pnChange) global() argument 78540 btreeDropTable(Btree *p, Pgno iTable, int *piMoved) global() argument 78625 sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved) global() argument 109649 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) global() argument 120721 destroyRootPage(Parse *pParse, int iTable, int iDb) global() argument 138617 sqlite3SetJoinExpr(Expr *p, int iTable, u32 joinFlag) global() argument 138652 unsetJoinExpr(Expr *p, int iTable, int nullable) global() argument 142002 int iTable; /* Replace references to this table */ global() member [all...] |
Completed in 236 milliseconds