Searched refs:iRoot (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 18795 u32 iRoot; /* Root page in original database */ member 19762 i64 iRoot /* Root page of same table in INPUT db */ in recoverAddTable() argument 19790 pNew->iRoot = iRoot; in recoverAddTable() 19894 i64 iRoot = sqlite3_column_int64(pSelect, 0); in recoverWriteSchema1() local 19914 if( zTbl ) recoverAddTable(p, zTbl, iRoot); in recoverWriteSchema1() 20080 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable() argument 20082 for(pRet=p->pTblList; pRet && pRet->iRoot!=iRoot; pRet=pRet->pNext); in recoverFindTable() 20244 i64 iRoot = 0; in recoverLostAndFoundOnePage() local 20249 if( recoverLostAndFoundFindRoot(p, iPage, &iRoot) ) return; in recoverLostAndFoundOnePage() 20257 sqlite3_bind_int64(pInsert, 1, iRoot); /* rootpgno */ in recoverLostAndFoundOnePage() [all …]
|
| H A D | sqlite3.c | 71724 int iRoot, 71728 if( iRoot>0 ){ 71729 printf("%s-%p %u%s:", zMsg, pBt, iRoot, eLockType==READ_LOCK?"R":"W"); 71773 Pgno iRoot, /* Root page of b-tree */ 71809 if( pIdx->tnum==iRoot ){ 71821 iTab = iRoot; 71824 SHARED_LOCK_TRACE(pBtree->pBt,"hasLock",iRoot,eLockType); 71862 static int hasReadConflicts(Btree *pBtree, Pgno iRoot){ 71865 if( p->pgnoRoot==iRoot 72359 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){ [all …]
|