Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1060 pCur->pgnoRoot = (Pgno)iTable; in fileBtreeCursor()
1065 rc = initPage(pBt, pCur->pPage, pCur->pgnoRoot, 0); in fileBtreeCursor()
1080 while( pRing && pRing->pgnoRoot!=pCur->pgnoRoot ){ pRing = pRing->pNext; } in fileBtreeCursor()
1484 rc = initPage(pBt, pNew, pCur->pgnoRoot, 0); in moveToRoot()
2610 assert( p->pgnoRoot==pCur->pgnoRoot ); in checkReadLocks()
2612 if( sqlitepager_pagenumber(p->pPage)!=p->pgnoRoot ){ in checkReadLocks()
2785 Pgno pgnoRoot; in fileBtreeCreateTable() local
2794 rc = allocatePage(pBt, &pRoot, &pgnoRoot, 0); in fileBtreeCreateTable()
2799 *piTable = (int)pgnoRoot; in fileBtreeCreateTable()
2853 if( pCur->pgnoRoot==(Pgno)iTable ){ in fileBtreeClearTable()
[all …]