Searched defs:iTab (Results 1 – 5 of 5) sorted by relevance
43 int iTab; /* The root page of the table to be locked */ member61 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
477 int iTab, /* A sorting index used to test for distinctness */ in codeDistinct()877 int iTab; in generateSortTail() local
1431 int iTab = pParse->nTab++; /* Cursor of the RHS table */ in sqlite3FindInIndex() local1994 void sqlite3ExprCacheStore(Parse *pParse, int iTab, int iCol, int iReg){ in sqlite3ExprCacheStore()
128 Pgno iTab = 0; in hasSharedCacheTableLock() local222 static int querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock){ in querySharedCacheTableLock()8028 int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()
3283 int iTab; in codeEqualityTerm() local