Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dtt3_stress.c192 int iTab = (i % (STRESS2_TABCNT-1)) + 1; in stress2_workload1() local
199 int iTab = (i % (STRESS2_TABCNT-1)) + 1; in stress2_workload2() local
H A Dthreadtest4.c251 static void worker_add_content(WorkerInfo *p, int mn, int mx, int iTab){ in worker_add_content()
/sqlite-3.40.0/src/
H A Dexpr.c2750 int iTab; /* Cursor of the RHS table */ in sqlite3FindInIndex() local
3054 int iTab /* Use this cursor number */ in sqlite3CodeRhsOfIN()
3437 int iTab = 0; /* Index to use */ in sqlite3ExprCodeIN() local
4152 int iTab = pExpr->iTable; in sqlite3ExprCodeTarget() local
5590 int iTab in sqlite3ExprCompare()
5688 int sqlite3ExprListCompare(const ExprList *pA, const ExprList *pB, int iTab){ in sqlite3ExprListCompare()
5707 int sqlite3ExprCompareSkip(Expr *pA,Expr *pB, int iTab){ in sqlite3ExprCompareSkip()
5724 int iTab, /* Table being evaluated */ in exprImpliesNotNull()
5821 int iTab in sqlite3ExprImpliesExpr()
5958 int sqlite3ExprImpliesNonNullRow(Expr *p, int iTab){ in sqlite3ExprImpliesNonNullRow()
H A Dbuild.c34 Pgno iTab; /* The root page of the table to be locked */ member
52 Pgno iTab, /* Root page number of the table to be locked */ in lockTable()
88 Pgno iTab, /* Root page number of the table to be locked */ in sqlite3TableLock()
3295 Pgno iTab = pTab->tnum; in destroyTable() local
3735 int iTab = pParse->nTab++; /* Btree cursor used for pTab */ in sqlite3RefillIndex() local
H A Danalyze.c976 int iTab /* Next available cursor */ in analyzeOneTable()
1348 int iTab; in analyzeDatabase() local
H A Dwherecode.c581 int iTab; in codeEqualityTerm() local
1426 int iTab = pParse->nTab++; in sqlite3WhereCodeOneLoopStart() local
H A Dselect.c886 int iTab, /* A sorting index used to test for distinctness */ in codeDistinct()
1245 int iTab = pDistinct->tabTnct; in selectInnerLoop() local
1637 int iTab; in generateSortTail() local
H A Dwhere.c3220 int iTab, /* The table for which we want an index */ in whereUsablePartialIndex()
4259 int iTab; in whereLoopAddAll() local
H A Dbtree.c186 Pgno iTab = 0; in hasSharedCacheTableLock() local
288 static int querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock){ in querySharedCacheTableLock()
10935 int sqlite3BtreeLockTable(Btree *p, int iTab, u8 isWriteLock){ in sqlite3BtreeLockTable()
H A DwhereInt.h134 u8 iTab; /* Position in FROM clause of table for this loop */ member
/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c235 int iTab; /* Index of table read by pStmt */ member
704 static void unionIncrRefcount(UnionTab *pTab, int iTab){ in unionIncrRefcount()