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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h258 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
262 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
281 typedef sqlite_int64 sqlite3_int64; typedef
289 # define double sqlite3_int64
787 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
788 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
789 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
791 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
804 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
805 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.c90 typedef sqlite3_int64 i64;
243 static sqlite3_int64 timeOfDay(void){
245 sqlite3_int64 t;
252 t = (sqlite3_int64)(r*86400000.0);
272 static sqlite3_int64 iBegin; /* Wall-clock time at start */
295 sqlite3_int64 iEnd = timeOfDay();
315 static sqlite3_int64 ftWallBegin;
375 sqlite3_int64 ftWallEnd = timeOfDay();
760 static sqlite3_int64 integerValue(const char *zArg){
761 sqlite3_int64
[all...]
H A Dsqlite3.c1321 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
1325 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
1344 typedef sqlite_int64 sqlite3_int64; typedef
1352 # define double sqlite3_int64
1850 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1851 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
1852 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
1854 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
1867 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
1868 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfs
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
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
680 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
681 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
682 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
684 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
982 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
1620 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowi
[all...]
H A Dsqlite3ext.h162 int (*blob_open)(sqlite3*,const char*,const char*,const char*,sqlite3_int64,int,sqlite3_blob**);
167 sqlite3_int64 (*memory_highwater)(int);
168 sqlite3_int64 (*memory_used)(void);
207 sqlite3_int64 (*soft_heap_limit64)(sqlite3_int64);
215 int (*blob_reopen)(sqlite3_blob*,sqlite3_int64);
H A Dsqlite3.c789 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
793 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
808 typedef sqlite_int64 sqlite3_int64; typedef
816 # define double sqlite3_int64
1233 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
1234 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
1235 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
1237 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
1535 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
2173 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowi
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c672 sqlite3_int64 ns = *(sqlite3_int64*)xd;
2618 sqlite3_int64 mxSize = 0;
2943 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly
3181 sqlite3_int64 sz = 0;

Completed in 812 milliseconds