Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite_uint64

204 ** KEYWORDS: sqlite_int64 sqlite_uint64
210 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
215 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
220 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64;
223 typedef unsigned __int64 sqlite_uint64;
226 typedef unsigned long long int sqlite_uint64;
229 typedef sqlite_uint64 sqlite3_uint64;