Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite_uint64

232 ** KEYWORDS: sqlite_int64 sqlite_uint64
238 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
243 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
248 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64;
251 typedef unsigned __int64 sqlite_uint64;
254 typedef unsigned long long int sqlite_uint64;
257 typedef sqlite_uint64 sqlite3_uint64;