Searched defs:sqlite_int64 (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h178 ** KEYWORDS: sqlite_int64 sqlite_uint64
184 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
190 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
193 typedef __int64 sqlite_int64; typedef
196 typedef long long int sqlite_int64; typedef
199 typedef sqlite_int64 sqlite3_int64;
/external/sqlite/dist/orig/
H A Dsqlite3.h231 ** 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; typedef
249 typedef __int64 sqlite_int64; typedef
252 typedef long long int sqlite_int64; typedef
255 typedef sqlite_int64 sqlite3_int64;
H A Dsqlite3.c781 ** KEYWORDS: sqlite_int64 sqlite_uint64
787 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
790 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
796 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
799 typedef __int64 sqlite_int64; typedef
802 typedef long long int sqlite_int64; typedef
805 typedef sqlite_int64 sqlite3_int64;
7827 # define double sqlite_int64
7828 # define float sqlite_int64
7829 # define LONGDOUBLE_TYPE sqlite_int64
[all...]
/external/sqlite/dist/
H A Dsqlite3.h231 ** 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; typedef
249 typedef __int64 sqlite_int64; typedef
252 typedef long long int sqlite_int64; typedef
255 typedef sqlite_int64 sqlite3_int64;
H A Dsqlite3.c781 ** KEYWORDS: sqlite_int64 sqlite_uint64
787 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
790 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
796 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
799 typedef __int64 sqlite_int64; typedef
802 typedef long long int sqlite_int64; typedef
805 typedef sqlite_int64 sqlite3_int64;
7827 # define double sqlite_int64
7828 # define float sqlite_int64
7829 # define LONGDOUBLE_TYPE sqlite_int64
[all...]

Completed in 344 milliseconds