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

  /external/chromium_org/third_party/sqlite/amalgamation/
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 774 ** 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;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 232 ** 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;
    [all...]
sqlite3.c 347 ** 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;
    [all...]
  /external/sqlite/dist/
sqlite3.h 232 ** 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;
    [all...]
sqlite3.c 347 ** 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;
    [all...]

Completed in 574 milliseconds