Home | History | Annotate | Download | only in dist

Lines Matching refs:curIntKey

59924   u8 curIntKey;             /* Value of apPage[0]->intKey */
61062 if( pCur->curIntKey ){
61081 assert( !pCur->curIntKey || !pCur->pKey );
62527 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
64836 assert( pCur->curIntKey );
65450 pCur->curIntKey = pCur->pPage->intKey;
65651 assert( pCur->eState!=CURSOR_VALID || (pIdxKey==0)==(pCur->curIntKey!=0) );
65712 assert( pCur->iPage==0 || pCur->apPage[0]->intKey==pCur->curIntKey );
65713 assert( pCur->curIntKey || pIdxKey );