Searched refs:moveToChild (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 78679 static int moveToChild(BtCursor *pCur, u32 newPgno){ function 78850 rc = moveToChild(pCur, subpage); 78875 rc = moveToChild(pCur, pgno); 78900 rc = moveToChild(pCur, pgno); 79164 rc = moveToChild(pCur, chldPg); 79585 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8])); 79677 rc = moveToChild(pCur, get4byte(findCell(pPage, idx))); 83784 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8])); 83786 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx)));
|