Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
DbtreeInt.h536 #define CURSOR_FAULT 3 macro
Dbtree.c686 if( pCur->eState==CURSOR_FAULT ){ in btreeRestoreCursorPosition()
3233 if( pCur->wrFlag && pCur->eState!=CURSOR_FAULT ) r++; in countWriteCursors()
3262 p->eState = CURSOR_FAULT; in sqlite3BtreeTripAllCursors()
4202 assert( CURSOR_FAULT > CURSOR_REQUIRESEEK ); in moveToRoot()
4204 if( pCur->eState==CURSOR_FAULT ){ in moveToRoot()
6658 if( pCur->eState==CURSOR_FAULT ){ in sqlite3BtreeInsert()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c46917 #define CURSOR_FAULT 3
47984 if( pCur->eState==CURSOR_FAULT ){
50531 if( pCur->wrFlag && pCur->eState!=CURSOR_FAULT ) r++;
50560 p->eState = CURSOR_FAULT;
51500 assert( CURSOR_FAULT > CURSOR_REQUIRESEEK );
51502 if( pCur->eState==CURSOR_FAULT ){
53956 if( pCur->eState==CURSOR_FAULT ){
/external/sqlite/dist/orig/
Dsqlite3.c48983 #define CURSOR_FAULT 3
50051 if( pCur->eState==CURSOR_FAULT ){
52621 if( pCur->wrFlag && pCur->eState!=CURSOR_FAULT ) r++;
52651 p->eState = CURSOR_FAULT;
53633 assert( CURSOR_FAULT > CURSOR_REQUIRESEEK );
53635 if( pCur->eState==CURSOR_FAULT ){
56139 if( pCur->eState==CURSOR_FAULT ){
/external/sqlite/dist/
Dsqlite3.c49011 #define CURSOR_FAULT 3
50079 if( pCur->eState==CURSOR_FAULT ){
52649 if( pCur->wrFlag && pCur->eState!=CURSOR_FAULT ) r++;
52679 p->eState = CURSOR_FAULT;
53661 assert( CURSOR_FAULT > CURSOR_REQUIRESEEK );
53663 if( pCur->eState==CURSOR_FAULT ){
56167 if( pCur->eState==CURSOR_FAULT ){