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.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
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);
1049 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
1694 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowi
[all...]
H A Dsqlite3.c786 ** 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
1236 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1237 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
1238 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
1240 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
1599 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
2244 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowi
[all...]
/external/sqlite/dist/
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
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);
1049 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
1694 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowi
[all...]
H A Dsqlite3.c786 ** 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
1236 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1237 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
1238 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
1240 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
1599 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
2244 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowi
[all...]

Completed in 442 milliseconds