Searched refs:CURSOR_FAULT (Results 1 – 2 of 2) sorted by relevance
598 #define CURSOR_FAULT 4 macro
853 if( pCur->eState==CURSOR_FAULT ){ in btreeRestoreCursorPosition()3368 && pCur->eState!=CURSOR_FAULT ) r++; in countValidCursors()4321 p->eState = CURSOR_FAULT; in sqlite3BtreeTripAllCursors()5349 assert( CURSOR_FAULT > CURSOR_REQUIRESEEK ); in moveToRoot()5368 if( pCur->eState==CURSOR_FAULT ){ in moveToRoot()9036 testcase( pCur->eState==CURSOR_FAULT ); in sqlite3BtreeInsert()