Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching refs:sqlite_uint64

178 ** KEYWORDS: sqlite_int64 sqlite_uint64
184 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
191 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64;
194 typedef unsigned __int64 sqlite_uint64;
197 typedef unsigned long long int sqlite_uint64;
200 typedef sqlite_uint64 sqlite3_uint64;