HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_int64 (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.
240 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
255 typedef sqlite_int64 sqlite3_int64; typedef
263 # define double sqlite3_int64
673 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
674 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
675 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
677 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.c 779 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
783 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
798 typedef sqlite_int64 sqlite3_int64; typedef
806 # define double sqlite3_int64
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
240 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
255 typedef sqlite_int64 sqlite3_int64; typedef
263 # define double sqlite3_int64
686 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
687 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
688 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
690 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.c 786 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
790 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
805 typedef sqlite_int64 sqlite3_int64; typedef
813 # define double sqlite3_int64
    [all...]
  /external/sqlite/dist/
sqlite3.h 236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
240 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
255 typedef sqlite_int64 sqlite3_int64; typedef
263 # define double sqlite3_int64
686 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
687 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
688 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
690 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.c 786 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
790 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
805 typedef sqlite_int64 sqlite3_int64; typedef
813 # define double sqlite3_int64
    [all...]

Completed in 295 milliseconds