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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h281 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
285 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
304 typedef sqlite_int64 sqlite3_int64; typedef
312 # define double sqlite3_int64
838 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
839 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
840 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
842 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
855 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
856 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfs
[all...]
H A Dsqlite3ext.h174 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,
182 sqlite3_int64 (*memory_highwater)(int);
183 sqlite3_int64 (*memory_used)(void);
226 sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
234 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
247 sqlite3_int64 (*uri_int64)(const char*,const char*,sqlite3_int64);
277 int (*status64)(int,sqlite3_int64*,sqlite3_int64*,in
[all...]
H A Dshell.c122 typedef sqlite3_int64 i64;
1290 static sqlite3_int64 timeOfDay(void){
1292 sqlite3_int64 t;
1300 t = (sqlite3_int64)(r*86400000.0);
1320 static sqlite3_int64 iBegin; /* Wall-clock time at start */
1343 sqlite3_int64 iEnd = timeOfDay();
1363 static sqlite3_int64 ftWallBegin;
1423 sqlite3_int64 ftWallEnd = timeOfDay();
1848 static sqlite3_int64 integerValue(const char *zArg){
1849 sqlite3_int64
[all...]
H A Dsqlite3.c594 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
598 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
617 typedef sqlite_int64 sqlite3_int64; typedef
625 # define double sqlite3_int64
1151 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1152 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
1153 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
1155 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
1168 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
1169 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfs
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d77 alias sqlite3_int64 = long;
293 int function (sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst) xRead;
294 int function (sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst) xWrite;
295 int function (sqlite3_file*, sqlite3_int64 size) xTruncate;
297 int function (sqlite3_file*, sqlite3_int64 *pSize) xFileSize;
311 int function (sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp) xFetch;
312 int function (sqlite3_file*, sqlite3_int64 iOfst, void *p) xUnfetch;
386 int function (sqlite3_vfs*, sqlite3_int64*) xCurrentTimeInt64;
516 sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*);
590 sqlite3_int64 sqlite3_memory_use
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c712 sqlite3_int64 ns = *(sqlite3_int64*)xd;
2662 sqlite3_int64 mxSize = 0;
3000 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly
3241 sqlite3_int64 sz = 0;

Completed in 647 milliseconds