HomeSort by relevance Sort by last modified time
    Searched defs:sqlite_int64 (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 131 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
134 typedef __int64 sqlite_int64; typedef
137 typedef long long int sqlite_int64; typedef
146 # define double sqlite_int64
345 sqlite_int64 sqlite3_last_insert_rowid(sqlite3*);
    [all...]
  /external/sqlite/dist/
sqlite3.h 204 ** KEYWORDS: sqlite_int64 sqlite_uint64
210 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
213 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
219 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
222 typedef __int64 sqlite_int64; typedef
225 typedef long long int sqlite_int64; typedef
228 typedef sqlite_int64 sqlite3_int64;
    [all...]
sqlite3.c 728 ** KEYWORDS: sqlite_int64 sqlite_uint64
734 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
737 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
743 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
746 typedef __int64 sqlite_int64; typedef
749 typedef long long int sqlite_int64; typedef
752 typedef sqlite_int64 sqlite3_int64;
    [all...]

Completed in 213 milliseconds