MAX_ROWID 66120 third_party/sqlite/amalgamation/sqlite3.c if( u.be.v==MAX_ROWID ){ MAX_ROWID 66148 third_party/sqlite/amalgamation/sqlite3.c if( u.be.pMem->u.i==MAX_ROWID || u.be.pC->useRandomRowid ){ MAX_ROWID 66159 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeSetCachedRowid(u.be.pC->pCursor, u.be.v<MAX_ROWID ? u.be.v+1 : 0); MAX_ROWID 66170 third_party/sqlite/amalgamation/sqlite3.c u.be.v &= (MAX_ROWID>>1); /* ensure doesn't go negative */ MAX_ROWID 66183 third_party/sqlite/amalgamation/sqlite3.c u.be.v &= (MAX_ROWID>>1); /* ensure doesn't go negative */ MAX_ROWID 3746 third_party/sqlite/src/src/vdbe.c if( v==MAX_ROWID ){ MAX_ROWID 3774 third_party/sqlite/src/src/vdbe.c if( pMem->u.i==MAX_ROWID || pC->useRandomRowid ){ MAX_ROWID 3785 third_party/sqlite/src/src/vdbe.c sqlite3BtreeSetCachedRowid(pC->pCursor, v<MAX_ROWID ? v+1 : 0); MAX_ROWID 3796 third_party/sqlite/src/src/vdbe.c v &= (MAX_ROWID>>1); /* ensure doesn't go negative */ MAX_ROWID 3809 third_party/sqlite/src/src/vdbe.c v &= (MAX_ROWID>>1); /* ensure doesn't go negative */