Searched refs:sqlite3_int64 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 307 typedef sqlite_int64 sqlite3_int64; typedef 315 # define double sqlite3_int64 857 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 858 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 859 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 861 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 874 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp); 875 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); 1537 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); 2795 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 | 159 typedef sqlite3_int64 i64; 731 int (*xWrite)(void*,const char*,sqlite3_int64); /* Write output */ 952 sqlite3_int64 nRow; /* Number of rows handled so far */ 1043 sqlite3_int64 nText; in qrfEqpAppend() 1355 (sqlite3_int64)n); in qrfWrite() 1560 static int qrfDisplayWidth(const char *zIn, sqlite3_int64 nByte, int *pnNL){ in qrfDisplayWidth() 1619 sqlite3_int64 i, j; /* Loop counters */ in qrfEscape() 1620 sqlite3_int64 sz; /* Size of the string prior to escaping */ in qrfEscape() 1621 sqlite3_int64 nCtrl = 0;/* Number of control characters to escape */ in qrfEscape() 2364 sqlite3_int64 nRow; /* Number of rows */ [all …]
|
| H A D | sqlite3.c | 628 typedef sqlite_int64 sqlite3_int64; typedef 636 # define double sqlite3_int64 1178 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst); 1179 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); 1180 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size); 1182 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize); 1195 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp); 1196 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p); 1858 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); 3116 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); [all …]
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 241 sqlite3_int64 iSeek; /* Current seek offset */ 337 sqlite3_int64 nRead = bufSize; /* Number of bytes to read */ in incrblobInput() 338 sqlite3_int64 nBlob; /* Total size of the blob */ in incrblobInput() 369 sqlite3_int64 nWrite = toWrite; /* Number of bytes to write */ in incrblobOutput() 370 sqlite3_int64 nBlob; /* Total size of the blob */ in incrblobOutput() 769 sqlite3_int64 ns = *(sqlite3_int64*)xd; in DbTraceV2Handler() 3150 sqlite3_int64 mxSize = 0; in DbObjCmd() 3503 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly in DbObjCmd() 3744 sqlite3_int64 sz = 0; in DbObjCmd()
|