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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10190 int iTable; /* Cursor number of the source table */ member in struct:AggInfo::AggInfo_col
10317 int iTable; /* TK_COLUMN: cursor number of table holding column member in struct:Expr
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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c18069 int iTable; /* Cursor number of the source table */ member in struct:AggInfo::AggInfo_col
18203 int iTable; /* TK_COLUMN: cursor number of table holding column member in struct:Expr
64244 Pgno iTable; /* Root page of table */ member in struct:BtLock
65316 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) argument
69362 btreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
69427 btreeCursorWithLock( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
69440 sqlite3BtreeCursor( Btree *p, Pgno iTable, int wrFlag, struct KeyInfo *pKeyInfo, BtCursor *pCur ) argument
74452 sqlite3BtreeClearTable(Btree *p, int iTable, int *pnChange) argument
74500 btreeDropTable(Btree *p, Pgno iTable, int *piMoved) argument
74585 sqlite3BtreeDropTable(Btree *p, int iTable, int *piMoved) argument
104276 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
114536 destroyRootPage(Parse *pParse, int iTable, int iDb) argument
131543 sqlite3SetJoinExpr(Expr *p, int iTable) argument
131566 unsetJoinExpr(Expr *p, int iTable) argument
134641 int iTable; /* Replace references to this table */ member in struct:SubstContext
[all...]

Completed in 870 milliseconds