Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching defs:sqlite_int64

178 ** KEYWORDS: sqlite_int64 sqlite_uint64
184 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
190 typedef SQLITE_INT64_TYPE sqlite_int64;
193 typedef __int64 sqlite_int64;
196 typedef long long int sqlite_int64;
199 typedef sqlite_int64 sqlite3_int64;