Searched refs:moveToChild (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c4102 static int moveToChild(BtCursor *pCur, u32 newPgno){ function
4255 rc = moveToChild(pCur, subpage);
4279 rc = moveToChild(pCur, pgno);
4304 rc = moveToChild(pCur, pgno);
4455 ** not run. If this is not the root-page, then the moveToChild() routine
4458 ** a moveToChild() or moveToRoot() call would have detected corruption. */
4574 rc = moveToChild(pCur, chldPg);
4634 rc = moveToChild(pCur, get4byte(&pPage->aData[pPage->hdrOffset+8]));
4697 rc = moveToChild(pCur, get4byte(findCell(pPage, idx)));
7381 rc = moveToChild(pCu
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c51221 static int moveToChild(BtCursor *pCur, u32 newPgno){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c55796 static int moveToChild(BtCursor *pCur, u32 newPgno){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c55816 static int moveToChild(BtCursor *pCur, u32 newPgno){ function
[all...]

Completed in 576 milliseconds