Home | History | Annotate | Download | only in dist

Lines Matching refs:moveToChild

41746 static int moveToChild(BtCursor *pCur, u32 newPgno){
41899 rc = moveToChild(pCur, subpage);
41923 rc = moveToChild(pCur, pgno);
41948 rc = moveToChild(pCur, pgno);
42100 ** not run. If this is not the root-page, then the moveToChild() routine
42103 ** a moveToChild() or moveToRoot() call would have detected corruption. */
42219 rc = moveToChild(pCur, chldPg);
42279 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8]));
42342 rc = moveToChild(pCur, get4byte(findCell(pPage, idx)));
44990 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8]));
44992 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx)));