Searched defs:sqlite3_int64 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h236 ** 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);
940 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
1566 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowi
[all...]
H A Dsqlite3.c779 ** 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
1216 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1217 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
1218 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
1220 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
1483 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
2109 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowi
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h237 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
241 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
256 typedef sqlite_int64 sqlite3_int64; typedef
264 # define double sqlite3_int64
727 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
729 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
731 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
744 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
745 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfs
[all...]
H A Dsqlite3.c352 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
356 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
371 typedef sqlite_int64 sqlite3_int64; typedef
379 # define double sqlite3_int64
842 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
844 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
846 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
859 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
860 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfs
[all...]
/external/sqlite/dist/
H A Dsqlite3.h237 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
241 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
256 typedef sqlite_int64 sqlite3_int64; typedef
264 # define double sqlite3_int64
727 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
729 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
731 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
744 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
745 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfs
[all...]
H A Dsqlite3.c352 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
356 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
371 typedef sqlite_int64 sqlite3_int64; typedef
379 # define double sqlite3_int64
842 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
844 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
846 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
859 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
860 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfs
[all...]

Completed in 419 milliseconds