Home | History | Annotate | Download | only in orig

Lines Matching refs:atLast

48944   u8 atLast;                /* Cursor pointing to the last entry */
53681 pCur->atLast = 0;
53782 if( CURSOR_VALID==pCur->eState && pCur->atLast ){
53805 pCur->atLast = rc==SQLITE_OK ?1:0;
53862 if( pCur->atLast && pCur->info.nKey<intKey ){
54125 pCur->atLast = 0;