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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16147 ** then the value of the node is the value in Mem[pExpr.iTable]. Any
16209 Pgno iTable, /* Index of root page */
18793 int iTable; /* Cursor number of the source table */ member in struct:AggInfo::AggInfo_col
18872 ** For such expressions, Expr.op is set to TK_COLUMN and Expr.iTable is
18880 ** character '?' in the original SQL) then the Expr.iTable holds the index
18885 ** subquery gives a constant result, then iTable is -1. If the subquery
18887 ** then iTable is the address of a subroutine that computes the subquery.
18944 int iTable; /* TK_COLUMN: cursor number of table holding column member in struct:Expr
19064 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
69468 Pgno iTable; /* Root page of table */ member in struct:BtLock
70543 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) argument
74778 btreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
74845 btreeCursorWithLock( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
74858 sqlite3BtreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
80276 sqlite3BtreeClearTable(Btree *p, int iTable, i64 *pnChange) argument
80326 btreeDropTable(Btree *p, Pgno iTable, int *piMoved) argument
80411 sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved) argument
112487 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
123885 destroyRootPage(Parse *pParse, int iTable, int iDb) argument
142198 sqlite3SetJoinExpr(Expr *p, int iTable, u32 joinFlag) argument
142233 unsetJoinExpr(Expr *p, int iTable, int nullable) argument
145597 int iTable; /* Replace references to this table */ member in struct:SubstContext
[all...]

Completed in 572 milliseconds