Lines Matching refs:sqlite3BtreeCursorRestore
13539 SQLITE_PRIVATE int sqlite3BtreeCursorRestore(BtCursor*, int*);
61266 ** Use the separate sqlite3BtreeCursorRestore() routine to restore a cursor
61297 SQLITE_PRIVATE int sqlite3BtreeCursorRestore(BtCursor *pCur, int *pDifferentRow){
76075 rc = sqlite3BtreeCursorRestore(p->uc.pCursor, &isDifferentRow);