Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite_int64

231 ** KEYWORDS: sqlite_int64 sqlite_uint64
237 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
240 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
246 typedef SQLITE_INT64_TYPE sqlite_int64;
249 typedef __int64 sqlite_int64;
252 typedef long long int sqlite_int64;
255 typedef sqlite_int64 sqlite3_int64;