Home
last modified time | relevance | path

Searched defs:iRoot (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/ext/repair/
H A Dsqlite3_checker.c.in51 int iRoot; local
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c76 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 Doffsets.c26 int iRoot; /* Root page of the table */ member
/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h236 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 Dlsm_tree.c99 u32 iRoot; /* Offset of root node in shm file */ member
926 u32 iRoot; TreeNode *pRoot; /* New root node */ in treeInsert() local
H A Dlsm_sorted.c5473 LsmPgno iRoot = pSeg->iRoot; in segToString() local
/sqlite-3.40.0/src/
H A Dvdbevtab.c209 Pgno iRoot = (Pgno)pOp->p2; in bytecodevtabColumn() local
H A Ddbstat.c586 u32 iRoot = (u32)sqlite3_column_int64(pCsr->pStmt, 1); in statNext() local
H A Djson.c1099 u32 iRoot, /* Begin the search at this node */ in jsonLookupStep()
1624 u32 iRoot; in jsonMergePatch() local
H A Dbtree.c181 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 Dselect.c7732 Pgno iRoot = pTab->tnum; /* Root page of scanned b-tree */ in sqlite3Select() local
/sqlite-3.40.0/ext/misc/
H A Dclosure.c664 sqlite3_int64 iRoot; in closureFilter() local
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c4671 u32 iRoot = rbuGetU32(&aBuf[52]) ? 1 : 0; in rbuVfsRead() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4102 int iRoot; /* Index of root in pWriter->aNodeWriter */ in fts3IncrmergeRelease() local