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

  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
256 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
sqlite3.c 779 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
785 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
799 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
256 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
sqlite3.c 786 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
792 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
806 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
  /external/sqlite/dist/
sqlite3.h 236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
256 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
sqlite3.c 786 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
792 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
806 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]

Completed in 354 milliseconds