Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7718 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
21514 if( (v64 & SQLITE_MAX_U32)!=v64 ){ in sqlite3GetVarint32()
61372 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );
65726 assert( (u.am.payloadSize64 & SQLITE_MAX_U32)==(u64)u.am.payloadSize64 );
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c14328 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
32277 if( (v64 & SQLITE_MAX_U32)!=v64 ){
82444 assert( (nCellKey & SQLITE_MAX_U32)==(u64)nCellKey );