HomeSort by: relevance | last modified time | path
    Searched defs:sqlite_int64 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 279 ** KEYWORDS: sqlite_int64 sqlite_uint64
285 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
288 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
294 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
301 typedef __int64 sqlite_int64; typedef
304 typedef long long int sqlite_int64; typedef
307 typedef sqlite_int64 sqlite3_int64;
sqlite3.c 600 ** KEYWORDS: sqlite_int64 sqlite_uint64
606 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
609 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
615 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
622 typedef __int64 sqlite_int64; typedef
625 typedef long long int sqlite_int64; typedef
628 typedef sqlite_int64 sqlite3_int64;
14765 # define double sqlite_int64
14766 # define float sqlite_int64
14767 # define LONGDOUBLE_TYPE sqlite_int64
    [all...]

Completed in 101 milliseconds