Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.c5395 # define MAX_ROWID 0x7fffffff in sqlite3VdbeExec() macro
5401 # define MAX_ROWID (i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff ) in sqlite3VdbeExec() macro
5414 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()