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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8270 int iTable, /* Index of root page */
10418 int iTable; /* Cursor number of the source table */ member in struct:AggInfo::AggInfo_col
10482 ** For such expressions, Expr.op is set to TK_COLUMN and Expr.iTable is
10490 ** character '?' in the original SQL) then the Expr.iTable holds the index
10495 ** subquery gives a constant result, then iTable is -1. If the subquery
10497 ** then iTable is the address of a subroutine that computes the subquery.
10545 int iTable; /* TK_COLUMN: cursor number of table holding column member in struct:Expr
10614 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
11080 int iTable; /* Table cursor number */ member in struct:Parse::yColCache
48609 Pgno iTable; /* Root page of table */ member in struct:BtLock
49514 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) argument
52689 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
52738 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
56456 sqlite3BtreeClearTable(Btree *p, int iTable, int *pnChange) argument
56495 btreeDropTable(Btree *p, Pgno iTable, int *piMoved) argument
56598 sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved) argument
76441 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
82975 destroyRootPage(Parse *pParse, int iTable, int iDb) argument
94644 setJoinExpr(Expr *p, int iTable) argument
96864 substExpr( sqlite3 *db, Expr *pExpr, int iTable, ExprList *pEList ) argument
96896 substExprList( sqlite3 *db, ExprList *pList, int iTable, ExprList *pEList ) argument
96908 substSelect( sqlite3 *db, Select *p, int iTable, ExprList *pEList ) argument
[all...]

Completed in 386 milliseconds