Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DbtreeInt.h598 #define CURSOR_FAULT 4 macro
H A Dbtree.c853 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()