Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dutil.c1225 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
H A DsqliteInt.h818 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
H A Dvdbeaux.c4990 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey ); in sqlite3VdbeIdxRowid()