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

/external/sqlite/dist/orig/
H A Dsqlite3.c10161 int iTable, /* Index of root page */
12522 int iTable; /* Cursor number of the source table */ member in struct:AggInfo::AggInfo_col
12584 ** For such expressions, Expr.op is set to TK_COLUMN and Expr.iTable is
12592 ** character '?' in the original SQL) then the Expr.iTable holds the index
12597 ** subquery gives a constant result, then iTable is -1. If the subquery
12599 ** then iTable is the address of a subroutine that computes the subquery.
12649 int iTable; /* TK_COLUMN: cursor number of table holding column member in struct:Expr
12721 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
13235 int iTable; /* Table cursor number */ member in struct:Parse::yColCache
23392 pExpr->iTable, pExp
53824 Pgno iTable; /* Root page of table */ member in struct:BtLock
54822 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) argument
58550 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
58608 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
62950 sqlite3BtreeClearTable(Btree *p, int iTable, int *pnChange) argument
62998 btreeDropTable(Btree *p, Pgno iTable, int *piMoved) argument
63101 sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved) argument
87473 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
95095 destroyRootPage(Parse *pParse, int iTable, int iDb) argument
109000 setJoinExpr(Expr *p, int iTable) argument
111737 substExpr( sqlite3 *db, Expr *pExpr, int iTable, ExprList *pEList ) argument
111766 substExprList( sqlite3 *db, ExprList *pList, int iTable, ExprList *pEList ) argument
111778 substSelect( sqlite3 *db, Select *p, int iTable, ExprList *pEList, int doPrior ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10161 int iTable, /* Index of root page */
12522 int iTable; /* Cursor number of the source table */ member in struct:AggInfo::AggInfo_col
12584 ** For such expressions, Expr.op is set to TK_COLUMN and Expr.iTable is
12592 ** character '?' in the original SQL) then the Expr.iTable holds the index
12597 ** subquery gives a constant result, then iTable is -1. If the subquery
12599 ** then iTable is the address of a subroutine that computes the subquery.
12649 int iTable; /* TK_COLUMN: cursor number of table holding column member in struct:Expr
12721 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
13235 int iTable; /* Table cursor number */ member in struct:Parse::yColCache
23392 pExpr->iTable, pExp
53842 Pgno iTable; /* Root page of table */ member in struct:BtLock
54840 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) argument
58568 btreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
58626 sqlite3BtreeCursor( Btree *p, int iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
62968 sqlite3BtreeClearTable(Btree *p, int iTable, int *pnChange) argument
63016 btreeDropTable(Btree *p, Pgno iTable, int *piMoved) argument
63119 sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved) argument
87491 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
95113 destroyRootPage(Parse *pParse, int iTable, int iDb) argument
109018 setJoinExpr(Expr *p, int iTable) argument
111755 substExpr( sqlite3 *db, Expr *pExpr, int iTable, ExprList *pEList ) argument
111784 substExprList( sqlite3 *db, ExprList *pList, int iTable, ExprList *pEList ) argument
111796 substSelect( sqlite3 *db, Select *p, int iTable, ExprList *pEList, int doPrior ) argument
[all...]

Completed in 549 milliseconds