Searched refs:leftChild (Results 1 – 1 of 1) sorted by relevance
191 Pgno leftChild; /* Child page that comes before this cell */ member1407 || pCur->pPage->apCell[pCur->idx]->h.leftChild==SWAB32(pBt,newPgno) ); in moveToChild()1451 assert( pParent->apCell[idxParent]->h.leftChild==oldPgno ); in moveToParent()1466 if( pParent->apCell[i]->h.leftChild==oldPgno ){ in moveToParent()1500 while( (pgno = pCur->pPage->apCell[pCur->idx]->h.leftChild)!=0 ){ in moveToLeftmost()1623 chldPg = pPage->apCell[lwr]->h.leftChild; in fileBtreeMoveto()1720 if( (pgno = pPage->apCell[pCur->idx]->h.leftChild)!=0 ){ in fileBtreePrevious()1929 pCell->h.leftChild = 0; in fillInCell()2017 reparentPage(pPager, SWAB32(pBt, pPage->apCell[i]->h.leftChild), pPage, i); in reparentChildPages()2308 if( pParent->apCell[idx]->h.leftChild==swabPgno ){ in balance()[all …]