Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching defs:sqlite_uint64

132   typedef unsigned SQLITE_INT64_TYPE sqlite_uint64;
135 typedef unsigned __int64 sqlite_uint64;
138 typedef unsigned long long int sqlite_uint64;
830 void(*xProfile)(void*,const char*,sqlite_uint64), void*);