HomeSort by relevance Sort by last modified time
    Searched defs:sqlite_int64 (Results 1 - 5 of 5) 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/orig/
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 781 ** 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;
    [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 781 ** 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;
    [all...]

Completed in 277 milliseconds