Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite_int64

232 ** KEYWORDS: sqlite_int64 sqlite_uint64
238 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
241 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
247 typedef SQLITE_INT64_TYPE sqlite_int64;
250 typedef __int64 sqlite_int64;
253 typedef long long int sqlite_int64;
256 typedef sqlite_int64 sqlite3_int64;