Searched defs:iRoot (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/ext/repair/ |
| H A D | sqlite3_checker.c.in | 51 int iRoot; local
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 76 u32 iRoot; /* Root page in original database */ member 1037 i64 iRoot /* Root page of same table in INPUT db */ in recoverAddTable() 1169 i64 iRoot = sqlite3_column_int64(pSelect, 0); in recoverWriteSchema1() local 1355 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable() 1519 i64 iRoot = 0; in recoverLostAndFoundOnePage() local 1723 i64 iRoot = sqlite3_column_int64(p1->pTbls, 0); in recoverWriteDataStep() local
|
| /sqlite-3.40.0/tool/ |
| H A D | offsets.c | 26 int iRoot; /* Root page of the table */ member
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsmInt.h | 236 u32 iRoot; /* Offset of root node in shm file */ member 279 u32 iRoot; member 407 LsmPgno iRoot; /* Root page number (if any) */ member
|
| H A D | lsm_tree.c | 99 u32 iRoot; /* Offset of root node in shm file */ member 926 u32 iRoot; TreeNode *pRoot; /* New root node */ in treeInsert() local
|
| H A D | lsm_sorted.c | 5473 LsmPgno iRoot = pSeg->iRoot; in segToString() local
|
| /sqlite-3.40.0/src/ |
| H A D | vdbevtab.c | 209 Pgno iRoot = (Pgno)pOp->p2; in bytecodevtabColumn() local
|
| H A D | dbstat.c | 586 u32 iRoot = (u32)sqlite3_column_int64(pCsr->pStmt, 1); in statNext() local
|
| H A D | json.c | 1099 u32 iRoot, /* Begin the search at this node */ in jsonLookupStep() 1624 u32 iRoot; in jsonMergePatch() local
|
| H A D | btree.c | 181 Pgno iRoot, /* Root page of b-tree */ in hasSharedCacheTableLock() 268 static int hasReadConflicts(Btree *pBtree, Pgno iRoot){ in hasReadConflicts() 758 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){ in saveAllCursors() 777 Pgno iRoot, /* Only save cursor with this iRoot. Save all if zero */ in saveCursorsOnList()
|
| H A D | select.c | 7732 Pgno iRoot = pTab->tnum; /* Root page of scanned b-tree */ in sqlite3Select() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | closure.c | 664 sqlite3_int64 iRoot; in closureFilter() local
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 4671 u32 iRoot = rbuGetU32(&aBuf[52]) ? 1 : 0; in rbuVfsRead() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 4102 int iRoot; /* Index of root in pWriter->aNodeWriter */ in fts3IncrmergeRelease() local
|