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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 183 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
199 typedef sqlite_int64 sqlite3_int64; typedef
207 # define double sqlite3_int64
574 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
575 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
576 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
578 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [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
672 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
673 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
674 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
676 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
    [all...]
sqlite3.c 783 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
787 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
802 typedef sqlite_int64 sqlite3_int64; typedef
810 # define double sqlite3_int64
    [all...]

Completed in 114 milliseconds