Home
last modified time | relevance | path

Searched refs:iRoot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c16548 u32 iRoot; /* Root page in original database */ member
17512 i64 iRoot /* Root page of same table in INPUT db */ in recoverAddTable() argument
17540 pNew->iRoot = iRoot; in recoverAddTable()
17644 i64 iRoot = sqlite3_column_int64(pSelect, 0); in recoverWriteSchema1() local
17664 if( zTbl ) recoverAddTable(p, zTbl, iRoot); in recoverWriteSchema1()
17830 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable() argument
17832 for(pRet=p->pTblList; pRet && pRet->iRoot!=iRoot; pRet=pRet->pNext); in recoverFindTable()
17994 i64 iRoot = 0; in recoverLostAndFoundOnePage() local
17999 if( recoverLostAndFoundFindRoot(p, iPage, &iRoot) ) return; in recoverLostAndFoundOnePage()
18007 sqlite3_bind_int64(pInsert, 1, iRoot); /* rootpgno */ in recoverLostAndFoundOnePage()
[all …]
H A Dsqlite3.c70714 int iRoot,
70718 if( iRoot>0 ){
70719 printf("%s-%p %u%s:", zMsg, pBt, iRoot, eLockType==READ_LOCK?"R":"W");
70763 Pgno iRoot, /* Root page of b-tree */
70799 if( pIdx->tnum==iRoot ){
70811 iTab = iRoot;
70814 SHARED_LOCK_TRACE(pBtree->pBt,"hasLock",iRoot,eLockType);
70852 static int hasReadConflicts(Btree *pBtree, Pgno iRoot){
70855 if( p->pgnoRoot==iRoot
71349 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
[all …]