HomeSort by relevance Sort by last modified time
    Searched defs:sqlite_uint64 (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
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
247 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
250 typedef unsigned __int64 sqlite_uint64; typedef
253 typedef unsigned long long int sqlite_uint64; typedef
256 typedef sqlite_uint64 sqlite3_uint64;
    [all...]
sqlite3.c 774 ** KEYWORDS: sqlite_int64 sqlite_uint64
780 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
785 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
790 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
793 typedef unsigned __int64 sqlite_uint64; typedef
796 typedef unsigned long long int sqlite_uint64; typedef
799 typedef sqlite_uint64 sqlite3_uint64;
    [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
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
247 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
250 typedef unsigned __int64 sqlite_uint64; typedef
253 typedef unsigned long long int sqlite_uint64; typedef
256 typedef sqlite_uint64 sqlite3_uint64;
    [all...]
sqlite3.c 781 ** KEYWORDS: sqlite_int64 sqlite_uint64
787 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
792 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
797 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
800 typedef unsigned __int64 sqlite_uint64; typedef
803 typedef unsigned long long int sqlite_uint64; typedef
806 typedef sqlite_uint64 sqlite3_uint64;
    [all...]
  /external/sqlite/dist/
sqlite3.h 231 ** KEYWORDS: sqlite_int64 sqlite_uint64
237 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
247 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
250 typedef unsigned __int64 sqlite_uint64; typedef
253 typedef unsigned long long int sqlite_uint64; typedef
256 typedef sqlite_uint64 sqlite3_uint64;
    [all...]
sqlite3.c 781 ** KEYWORDS: sqlite_int64 sqlite_uint64
787 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
792 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
797 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
800 typedef unsigned __int64 sqlite_uint64; typedef
803 typedef unsigned long long int sqlite_uint64; typedef
806 typedef sqlite_uint64 sqlite3_uint64;
    [all...]

Completed in 389 milliseconds