Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c1990 static void reparentPage(Pager *pPager, Pgno pgno, MemPage *pNewParent,int idx){ in reparentPage() function
2019 reparentPage(pPager, SWAB32(pBt, pPage->apCell[i]->h.leftChild), pPage, i); in reparentChildPages()
2021 reparentPage(pPager, SWAB32(pBt, pPage->u.hdr.rightChild), pPage, i); in reparentChildPages()