Home
last modified time | relevance | path

Searched refs:moveToRoot (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.c5342 static int moveToRoot(BtCursor *pCur){ in moveToRoot() function
5481 rc = moveToRoot(pCur); in sqlite3BtreeFirst()
5522 rc = moveToRoot(pCur); in sqlite3BtreeLast()
5612 rc = moveToRoot(pCur); in sqlite3BtreeTableMoveto()
5855 rc = moveToRoot(pCur); in sqlite3BtreeIndexMoveto()
9037 rc = moveToRoot(pCur); in sqlite3BtreeInsert()
9604 rc = moveToRoot(pCur); in sqlite3BtreeDelete()
10080 rc = moveToRoot(pCur); in sqlite3BtreeCount()
10117 return moveToRoot(pCur); in sqlite3BtreeCount()