Searched refs:CURSOR_REQUIRESEEK (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h519 ** CURSOR_REQUIRESEEK:
535 #define CURSOR_REQUIRESEEK 2 macro
H A Dbtree.c563 ** and BtCursor.pKey. The cursor's state is set to CURSOR_REQUIRESEEK.
606 pCur->eState = CURSOR_REQUIRESEEK;
685 assert( pCur->eState>=CURSOR_REQUIRESEEK );
700 (p->eState>=CURSOR_REQUIRESEEK ? \
4200 assert( CURSOR_INVALID < CURSOR_REQUIRESEEK );
4201 assert( CURSOR_VALID < CURSOR_REQUIRESEEK );
4202 assert( CURSOR_FAULT > CURSOR_REQUIRESEEK );
4203 if( pCur->eState>=CURSOR_REQUIRESEEK ){
4590 /* TODO: What if the cursor is in CURSOR_REQUIRESEEK but all table entries
8068 assert( pCsr->eState!=CURSOR_REQUIRESEEK );
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46737 #define CURSOR_REQUIRESEEK macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51151 #define CURSOR_REQUIRESEEK macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51171 #define CURSOR_REQUIRESEEK macro
[all...]

Completed in 1439 milliseconds