Lines Matching defs:sqlite3_int64
281 ** 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;
312 # define double sqlite3_int64
840 int (*xRead)(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
841 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
842 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
844 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
857 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
858 int (*xUnfetch)(sqlite3_file*, sqlite3_int64 iOfst, void *p);
891 ** of the in-memory database. The argument is a pointer to a [sqlite3_int64].
1061 ** The argument is a pointer to a value of type sqlite3_int64 that
1491 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
2068 ** <dd>^SQLITE_CONFIG_MMAP_SIZE takes two 64-bit integer (sqlite3_int64) values
2139 ** [sqlite3_int64] parameter which is the default maximum size for an in-memory
2185 #define SQLITE_CONFIG_MMAP_SIZE 22 /* sqlite3_int64, sqlite3_int64 */
2192 #define SQLITE_CONFIG_MEMDB_MAXSIZE 29 /* sqlite3_int64 */
2605 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*);
2615 SQLITE_API void sqlite3_set_last_insert_rowid(sqlite3*,sqlite3_int64);
2677 SQLITE_API sqlite3_int64 sqlite3_changes64(sqlite3*);
2719 SQLITE_API sqlite3_int64 sqlite3_total_changes64(sqlite3*);
3116 SQLITE_API sqlite3_int64 sqlite3_memory_used(void);
3117 SQLITE_API sqlite3_int64 sqlite3_memory_highwater(int resetFlag);
3841 SQLITE_API sqlite3_int64 sqlite3_uri_int64(sqlite3_filename, const char*, sqlite3_int64);
4706 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
5275 SQLITE_API sqlite3_int64 sqlite3_column_int64(sqlite3_stmt*, int iCol);
5643 SQLITE_API SQLITE_DEPRECATED int sqlite3_memory_alarm(void(*)(void*,sqlite3_int64,int),
5644 void*,sqlite3_int64);
5778 SQLITE_API sqlite3_int64 sqlite3_value_int64(sqlite3_value*);
6222 SQLITE_API void sqlite3_result_int64(sqlite3_context*, sqlite3_int64);
6913 void(*)(void *,int ,char const *,char const *,sqlite3_int64),
7057 SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N);
7058 SQLITE_API sqlite3_int64 sqlite3_hard_heap_limit64(sqlite3_int64 N);
7331 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
7332 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
7482 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */
7795 sqlite3_int64 iRow,
7823 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *, sqlite3_int64);
8567 sqlite3_int64 *pCurrent,
8568 sqlite3_int64 *pHighwater,
10206 ** <dd>^The [sqlite3_int64] variable pointed to by the V parameter will be
10210 ** <dd>^The [sqlite3_int64] variable pointed to by the V parameter will be set
10244 ** <dd>The sqlite3_int64 output value is set to the number of cycles,
10466 sqlite3_int64 iKey1, /* Rowid of row about to be deleted/updated */
10467 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
10727 sqlite3_int64 *piSize, /* Write size of the DB here, if not NULL */
10794 sqlite3_int64 szDb, /* Number bytes in the deserialization */
10795 sqlite3_int64 szBuf, /* Total size of buffer pData[] */
10879 typedef sqlite3_int64 sqlite3_rtree_dbl;
10945 sqlite3_int64 iRowid; /* Rowid for current entry */
11353 SQLITE_API sqlite3_int64 sqlite3session_changeset_size(sqlite3_session *pSession);
11478 SQLITE_API sqlite3_int64 sqlite3session_memory_used(sqlite3_session *pSession);
13112 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
13113 int (*xColumnTotalSize)(Fts5Context*, int iCol, sqlite3_int64 *pnToken);
13127 sqlite3_int64 (*xRowid)(Fts5Context*);