Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite_uint64

231 ** KEYWORDS: sqlite_int64 sqlite_uint64
237 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
247 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64;
250 typedef unsigned __int64 sqlite_uint64;
253 typedef unsigned long long int sqlite_uint64;
256 typedef sqlite_uint64 sqlite3_uint64;