Searched refs:reparentPage (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 1990 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()
|