Searched refs:pgnoRoot (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 375 Pgno pgnoRoot; /* The root page of this tree */ member 1062 pCur->pgnoRoot = (Pgno)iTable; in fileBtreeCursor() 1063 rc = sqlitepager_get(pBt->pPager, pCur->pgnoRoot, (void**)&pCur->pPage); in fileBtreeCursor() 1067 rc = initPage(pBt, pCur->pPage, pCur->pgnoRoot, 0); in fileBtreeCursor() 1082 while( pRing && pRing->pgnoRoot!=pCur->pgnoRoot ){ pRing = pRing->pNext; } in fileBtreeCursor() 1484 rc = sqlitepager_get(pBt->pPager, pCur->pgnoRoot, (void**)&pNew); in moveToRoot() 1486 rc = initPage(pBt, pNew, pCur->pgnoRoot, 0); in moveToRoot() 2612 assert( p->pgnoRoot==pCur->pgnoRoot ); in checkReadLocks() 2614 if( sqlitepager_pagenumber(p->pPage)!=p->pgnoRoot ){ in checkReadLocks() 2787 Pgno pgnoRoot; in fileBtreeCreateTable() local [all …]
|