Searched defs:iRow (Results 1 – 13 of 13) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | fuzzinvariants.c | 68 int iRow, /* Current row number */ in fuzz_invariant() 397 static void printRow(sqlite3_stmt *pStmt, int iRow){ in printRow() 469 int iRow /* Row number in pOrig */ in reportInvariantFailed()
|
| H A D | threadtest3.c | 1202 i64 iRow = 1; in walthread4_writer_thread() local 1317 i64 iRow; in cgt_pager_1_populate() local 1327 i64 iRow; in cgt_pager_1_update() local 1336 i64 iRow; in cgt_pager_1_read() local
|
| H A D | fuzzcheck.c | 1100 int iRow = 0; in runDbSql() local
|
| /sqlite-3.40.0/src/ |
| H A D | vdbeblob.c | 54 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){ in blobSeekToRow() 127 sqlite_int64 iRow, /* The row containing the glob */ in sqlite3_blob_open() 485 int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){ in sqlite3_blob_reopen()
|
| H A D | window.c | 413 i64 iRow; /* Current row */ member 463 i64 iRow = p->iRow; in ntileValueFunc() local
|
| H A D | tclsqlite.c | 397 sqlite_int64 iRow, in createIncrblobChannel()
|
| H A D | btree.c | 546 i64 iRow, /* The rowid that might be changing */ in invalidateIncrblobCursors()
|
| /sqlite-3.40.0/tool/ |
| H A D | showstat4.c | 44 int iRow = 0; in main() local
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 681 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, in content_select() 705 static int content_delete(fulltext_vtab *v, sqlite_int64 iRow){ in content_delete() 1439 static int index_delete(fulltext_vtab *v, sqlite_int64 iRow){ in index_delete()
|
| H A D | fts1.c | 1298 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, in content_select() 1338 static int content_delete(fulltext_vtab *v, sqlite_int64 iRow){ in content_delete() 3127 static int index_delete(fulltext_vtab *v, sqlite_int64 iRow, fts1Hash *pTerms){ in index_delete() 3135 static int index_update(fulltext_vtab *v, sqlite_int64 iRow, in index_update()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 2061 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, in content_select() 2101 static int content_delete(fulltext_vtab *v, sqlite_int64 iRow){ in content_delete() 4005 static int index_delete(fulltext_vtab *v, sqlite_int64 iRow){ in index_delete() 4019 static int index_update(fulltext_vtab *v, sqlite_int64 iRow, in index_update()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | spellfix.c | 1931 int iRow; /* Current row of content */ member
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_index.c | 6101 i64 iRow; /* Rowid for this leaf */ in fts5IndexIntegrityCheckSegment() local
|