Searched refs:sqlite3_int64 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 304 typedef sqlite_int64 sqlite3_int64; typedef 312 # define double sqlite3_int64 849 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 850 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 851 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 853 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 866 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp); 867 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); 1513 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); 2743 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); [all …]
|
| H A D | sqlite3ext.h | 174 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*,int); 286 void (*set_last_insert_rowid)(sqlite3*,sqlite3_int64); 328 sqlite3_int64 (*hard_heap_limit64)(sqlite3_int64); 341 sqlite3_int64 (*changes64)(sqlite3*); [all …]
|
| H A D | shell.c | 122 typedef sqlite3_int64 i64; 652 static sqlite3_int64 timeOfDay(void){ in timeOfDay() 654 sqlite3_int64 t; in timeOfDay() 662 t = (sqlite3_int64)(r*86400000.0); in timeOfDay() 683 static sqlite3_int64 iBegin; /* Wall-clock time at start */ 706 sqlite3_int64 iEnd = timeOfDay(); in endTimer() 726 static sqlite3_int64 ftWallBegin; 786 sqlite3_int64 ftWallEnd = timeOfDay(); in endTimer() 1414 static sqlite3_int64 integerValue(const char *zArg){ in integerValue() 1415 sqlite3_int64 v = 0; in integerValue() [all …]
|
| H A D | sqlite3.c | 623 typedef sqlite_int64 sqlite3_int64; typedef 631 # define double sqlite3_int64 1168 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 1169 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 1170 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 1172 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 1185 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp); 1186 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); 1832 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); 3062 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); [all …]
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 228 sqlite3_int64 iSeek; /* Current seek offset */ 324 sqlite3_int64 nRead = bufSize; /* Number of bytes to read */ in incrblobInput() 325 sqlite3_int64 nBlob; /* Total size of the blob */ in incrblobInput() 356 sqlite3_int64 nWrite = toWrite; /* Number of bytes to write */ in incrblobOutput() 357 sqlite3_int64 nBlob; /* Total size of the blob */ in incrblobOutput() 756 sqlite3_int64 ns = *(sqlite3_int64*)xd; in DbTraceV2Handler() 2717 sqlite3_int64 mxSize = 0; in DbObjCmd() 3055 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly in DbObjCmd() 3296 sqlite3_int64 sz = 0; in DbObjCmd()
|