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 178 ** 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;
    [all...]
  /external/sqlite/dist/
sqlite3.h 231 ** 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;
    [all...]
sqlite3.c 778 ** KEYWORDS: sqlite_int64 sqlite_uint64
784 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
787 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
793 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
796 typedef __int64 sqlite_int64; typedef
799 typedef long long int sqlite_int64; typedef
802 typedef sqlite_int64 sqlite3_int64;
    [all...]

Completed in 719 milliseconds