Searched refs:moveToChild (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 78563 static int moveToChild(BtCursor *pCur, u32 newPgno){ function 78734 rc = moveToChild(pCur, subpage); 78759 rc = moveToChild(pCur, pgno); 78784 rc = moveToChild(pCur, pgno); 79048 rc = moveToChild(pCur, chldPg); 79466 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8])); 79558 rc = moveToChild(pCur, get4byte(findCell(pPage, idx))); 83665 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8])); 83667 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx)));
|