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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14845 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
14850 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1) macro
[all...]

Completed in 614 milliseconds