Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c20772 u32 iRoot; /* Root page in original database */ member
21761 i64 iRoot /* Root page of same table in INPUT db */ in recoverAddTable() argument
21789 pNew->iRoot = iRoot; in recoverAddTable()
21893 i64 iRoot = sqlite3_column_int64(pSelect, 0); in recoverWriteSchema1() local
21913 if( zTbl ) recoverAddTable(p, zTbl, iRoot); in recoverWriteSchema1()
22081 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable() argument
22083 for(pRet=p->pTblList; pRet && pRet->iRoot!=iRoot; pRet=pRet->pNext); in recoverFindTable()
22245 i64 iRoot = 0; in recoverLostAndFoundOnePage() local
22250 if( recoverLostAndFoundFindRoot(p, iPage, &iRoot) ) return; in recoverLostAndFoundOnePage()
22258 sqlite3_bind_int64(pInsert, 1, iRoot); /* rootpgno */ in recoverLostAndFoundOnePage()
[all …]
H A Dsqlite3.c73292 int iRoot,
73296 if( iRoot>0 ){
73297 printf("%s-%p %u%s:", zMsg, pBt, iRoot, eLockType==READ_LOCK?"R":"W");
73341 Pgno iRoot, /* Root page of b-tree */ argument
73377 if( pIdx->tnum==iRoot ){
73389 iTab = iRoot;
73392 SHARED_LOCK_TRACE(pBtree->pBt,"hasLock",iRoot,eLockType);
73430 static int hasReadConflicts(Btree *pBtree, Pgno iRoot){ argument
73433 if( p->pgnoRoot==iRoot
73927 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){ argument
[all …]