Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c251484 i64 iSwitchRowid; /* Firstest rowid of other than aFirst[1] */ member
253841 || p1->iRowid==pIter->iSwitchRowid
253842 || (p1->iRowid<pIter->iSwitchRowid)==pIter->bRev
254066 if( pNew->iRowid==pIter->iSwitchRowid
254067 || (pNew->iRowid<pIter->iSwitchRowid)==pIter->bRev
254071 pIter->iSwitchRowid = pIter->bRev ? SMALLEST_INT64 : LARGEST_INT64;
254082 pIter->iSwitchRowid = pOther->iRowid;
254084 }else if( (pOther->iRowid>pIter->iSwitchRowid)==pIter->bRev ){
254085 pIter->iSwitchRowid = pOther->iRowid;
254105 pIter->iSwitchRowid = pSeg->iRowid;