Home
last modified time | relevance | path

Searched defs:iTab (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dbuild.c43 int iTab; /* The root page of the table to be locked */ member
61 int iTab, /* Root page number of the table to be locked */ in sqlite3TableLock()
2311 int iTab = pParse->nTab++; /* Btree cursor used for pTab */ in sqlite3RefillIndex() local
Dselect.c477 int iTab, /* A sorting index used to test for distinctness */ in codeDistinct()
877 int iTab; in generateSortTail() local
Dexpr.c1431 int iTab = pParse->nTab++; /* Cursor of the RHS table */ in sqlite3FindInIndex() local
1994 void sqlite3ExprCacheStore(Parse *pParse, int iTab, int iCol, int iReg){ in sqlite3ExprCacheStore()
Dbtree.c128 Pgno iTab = 0; in hasSharedCacheTableLock() local
222 static int querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock){ in querySharedCacheTableLock()
8028 int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()
Dwhere.c3283 int iTab; in codeEqualityTerm() local