Searched refs:leftChild (Results 1 – 1 of 1) sorted by relevance
193 Pgno leftChild; /* Child page that comes before this cell */ member1409 || pCur->pPage->apCell[pCur->idx]->h.leftChild==SWAB32(pBt,newPgno) ); in moveToChild()1453 assert( pParent->apCell[idxParent]->h.leftChild==oldPgno ); in moveToParent()1468 if( pParent->apCell[i]->h.leftChild==oldPgno ){ in moveToParent()1502 while( (pgno = pCur->pPage->apCell[pCur->idx]->h.leftChild)!=0 ){ in moveToLeftmost()1625 chldPg = pPage->apCell[lwr]->h.leftChild; in fileBtreeMoveto()1722 if( (pgno = pPage->apCell[pCur->idx]->h.leftChild)!=0 ){ in fileBtreePrevious()1931 pCell->h.leftChild = 0; in fillInCell()2019 reparentPage(pPager, SWAB32(pBt, pPage->apCell[i]->h.leftChild), pPage, i); in reparentChildPages()2310 if( pParent->apCell[idx]->h.leftChild==swabPgno ){ in balance()[all …]