Home | History | Annotate | Download | only in dist

Lines Matching defs:moveToChild

56472 ** If pCur!=0 then the page is being fetched as part of a moveToChild()
59235 static int moveToChild(BtCursor *pCur, u32 newPgno){
59384 rc = moveToChild(pCur, subpage);
59408 rc = moveToChild(pCur, pgno);
59433 rc = moveToChild(pCur, pgno);
59601 ** not run. If this is not the root-page, then the moveToChild() routine
59604 ** a moveToChild() or moveToRoot() call would have detected corruption. */
59745 rc = moveToChild(pCur, chldPg);
59833 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8]));
59935 rc = moveToChild(pCur, get4byte(findCell(pPage, idx)));
63266 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8]));
63268 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx)));