Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dbtree02.test14 # and restoreCursorPosition() when cursors have eState==CURSOR_SKIPNEXT
/sqlite-3.40.0/src/
H A Dbtree.c874 #define restoreCursorPosition(p) \ macro
928 rc = restoreCursorPosition(pCur); in sqlite3BtreeCursorRestore()
6067 rc = restoreCursorPosition(pCur); in btreeNext()
6160 rc = restoreCursorPosition(pCur); in btreePrevious()
10971 rc = restoreCursorPosition(pCsr); in sqlite3BtreePutData()