HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_uint64 (Results 1 - 2 of 2) 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...]

Completed in 50 milliseconds