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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c8060 int iTable, /* Index of root page */
10190 int iTable; /* Cursor number of the source table */ member in struct:AggInfo::AggInfo_col
10254 ** For such expressions, Expr.op is set to TK_COLUMN and Expr.iTable is
10262 ** character '?' in the original SQL) then the Expr.iTable holds the index
10267 ** subquery gives a constant result, then iTable is -1. If the subquery
10269 ** then iTable is the address of a subroutine that computes the subquery.
10317 int iTable; /* TK_COLUMN: cursor number of table holding column member in struct:Expr
10386 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
10853 int iTable; /* Table cursor number */ member in struct:Parse::yColCache
47654 Pgno iTable; /* Root page of table */ member in struct:BtLock
48553 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) argument
51706 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
51755 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
55407 sqlite3BtreeClearTable(Btree *p, int iTable, int *pnChange) argument
55446 btreeDropTable(Btree *p, Pgno iTable, int *piMoved) argument
55549 sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved) argument
75172 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
81038 destroyRootPage(Parse *pParse, int iTable, int iDb) argument
92644 setJoinExpr(Expr *p, int iTable) argument
94861 substExpr( sqlite3 *db, Expr *pExpr, int iTable, ExprList *pEList ) argument
94893 substExprList( sqlite3 *db, ExprList *pList, int iTable, ExprList *pEList ) argument
94905 substSelect( sqlite3 *db, Select *p, int iTable, ExprList *pEList ) argument
[all...]

Completed in 325 milliseconds