Searched refs:BTCF_AtLast (Results 1 – 2 of 2) sorted by relevance
559 #define BTCF_AtLast 0x08 /* Cursor is pointing ot the last entry */ macro
730 pCur->curFlags &= ~(BTCF_ValidNKey|BTCF_ValidOvfl|BTCF_AtLast); in saveCursorPosition()5404 pCur->curFlags &= ~(BTCF_AtLast|BTCF_ValidNKey|BTCF_ValidOvfl); in moveToRoot()5505 if( CURSOR_VALID==pCur->eState && (pCur->curFlags & BTCF_AtLast)!=0 ){ in sqlite3BtreeLast()5528 pCur->curFlags |= BTCF_AtLast; in sqlite3BtreeLast()5530 pCur->curFlags &= ~BTCF_AtLast; in sqlite3BtreeLast()5585 if( (pCur->curFlags & BTCF_AtLast)!=0 ){ in sqlite3BtreeTableMoveto()6157 assert( (pCur->curFlags & (BTCF_AtLast|BTCF_ValidOvfl|BTCF_ValidNKey))==0 ); in btreePrevious()6205 pCur->curFlags &= ~(BTCF_AtLast|BTCF_ValidOvfl|BTCF_ValidNKey); in sqlite3BtreePrevious()