Searched refs:sqlite3_int64 (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h183 ** 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);
1209 sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*);
1734 sqlite3_int64 sqlite3_memory_used(void);
1735 sqlite3_int64 sqlite3_memory_highwate
[all...]
H A Dsqlite3ext.h164 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**);
169 sqlite3_int64 (*memory_highwater)(int);
170 sqlite3_int64 (*memory_used)(void);
/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 Dsqlite3ext.h176 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
184 sqlite3_int64 (*memory_highwater)(int);
185 sqlite3_int64 (*memory_used)(void);
228 sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
236 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
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...]
H A Dshell.c2812 sqlite3_int64 szHeap;
/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 Dsqlite3ext.h176 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
184 sqlite3_int64 (*memory_highwater)(int);
185 sqlite3_int64 (*memory_used)(void);
228 sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
236 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
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...]
H A Dshell.c2831 sqlite3_int64 szHeap;

Completed in 440 milliseconds