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 232 ** KEYWORDS: sqlite_int64 sqlite_uint64
238 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
243 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
248 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
251 typedef unsigned __int64 sqlite_uint64; typedef
254 typedef unsigned long long int sqlite_uint64; typedef
257 typedef sqlite_uint64 sqlite3_uint64;
    [all...]
sqlite3.c 347 ** KEYWORDS: sqlite_int64 sqlite_uint64
353 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
358 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
363 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
366 typedef unsigned __int64 sqlite_uint64; typedef
369 typedef unsigned long long int sqlite_uint64; typedef
372 typedef sqlite_uint64 sqlite3_uint64;
    [all...]
  /external/sqlite/dist/
sqlite3.h 232 ** KEYWORDS: sqlite_int64 sqlite_uint64
238 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
243 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
248 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
251 typedef unsigned __int64 sqlite_uint64; typedef
254 typedef unsigned long long int sqlite_uint64; typedef
257 typedef sqlite_uint64 sqlite3_uint64;
    [all...]
sqlite3.c 347 ** KEYWORDS: sqlite_int64 sqlite_uint64
353 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
358 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
363 typedef unsigned SQLITE_INT64_TYPE sqlite_uint64; typedef
366 typedef unsigned __int64 sqlite_uint64; typedef
369 typedef unsigned long long int sqlite_uint64; typedef
372 typedef sqlite_uint64 sqlite3_uint64;
    [all...]

Completed in 228 milliseconds