Home
last modified time | relevance | path

Searched defs: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