Home
last modified time | relevance | path

Searched defs:iRowid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c11785 sqlite3_int64 iRowid; /* Rowid for current entry */ member
59359 SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid){
109204 int iRowid; /* The rowid of the output table */ member
123686 i64 iRowid; /* Rowid in main table of the key */ member
123748 static void sampleSetRowidInt64(sqlite3 *db, StatSample *p, i64 iRowid){
147376 sqlite_int64 iRowid; /* Current rowid */ member
188233 SQLITE_API void sqlite3_set_last_insert_rowid(sqlite3 *db, sqlite3_int64 iRowid){
199873 sqlite3_int64 iRowid; /* Current rowid */ member
203589 int iRowid; /* Current 'rowid' value */ member
217445 u32 iRowid; /* The rowid */ member
[all …]
H A Dsqlite3.h11464 sqlite3_int64 iRowid; /* Rowid for current entry */ member
H A Dshell.c10281 sqlite3_int64 iRowid; /* Current rowid */ member
11000 sqlite3_int64 iRowid; /* The rowid */ member
16588 i64 iRowid = sqlite3_column_int64(pAllIndex, 0); in idxPopulateStat1() local
19773 sqlite3_int64 iRowid; member
20862 i64 iRowid; member
22247 i64 iRowid = 0; in recoverLostAndFoundOnePage() local