Searched refs:MAX_ROWID (Results 1 – 1 of 1) sorted by relevance
5395 # define MAX_ROWID 0x7fffffff in sqlite3VdbeExec() macro5401 # define MAX_ROWID (i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff ) in sqlite3VdbeExec() macro5414 if( v>=MAX_ROWID ){ in sqlite3VdbeExec()5442 if( pMem->u.i==MAX_ROWID || pC->useRandomRowid ){ in sqlite3VdbeExec()5462 v &= (MAX_ROWID>>1); v++; /* Ensure that v is greater than zero */ in sqlite3VdbeExec()