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

/external/chromium_org/third_party/sqlite/amalgamation/
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.c774 ** KEYWORDS: sqlite_int64 sqlite_uint64
780 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
783 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
789 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
792 typedef __int64 sqlite_int64; typedef
795 typedef long long int sqlite_int64; typedef
798 typedef sqlite_int64 sqlite3_int64;
7296 # define double sqlite_int64
7297 # define float sqlite_int64
7298 # define LONGDOUBLE_TYPE sqlite_int64
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h232 ** 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; typedef
250 typedef __int64 sqlite_int64; typedef
253 typedef long long int sqlite_int64; typedef
256 typedef sqlite_int64 sqlite3_int64;
H A Dsqlite3.c347 ** KEYWORDS: sqlite_int64 sqlite_uint64
353 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
356 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
362 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
365 typedef __int64 sqlite_int64; typedef
368 typedef long long int sqlite_int64; typedef
371 typedef sqlite_int64 sqlite3_int64;
8372 # define double sqlite_int64
8373 # define float sqlite_int64
8374 # define LONGDOUBLE_TYPE sqlite_int64
[all...]
/external/sqlite/dist/
H A Dsqlite3.h232 ** 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; typedef
250 typedef __int64 sqlite_int64; typedef
253 typedef long long int sqlite_int64; typedef
256 typedef sqlite_int64 sqlite3_int64;
H A Dsqlite3.c347 ** KEYWORDS: sqlite_int64 sqlite_uint64
353 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
356 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
362 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
365 typedef __int64 sqlite_int64; typedef
368 typedef long long int sqlite_int64; typedef
371 typedef sqlite_int64 sqlite3_int64;
8372 # define double sqlite_int64
8373 # define float sqlite_int64
8374 # define LONGDOUBLE_TYPE sqlite_int64
[all...]

Completed in 674 milliseconds