Home
last modified time | relevance | path

Searched defs:iRow (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/test/
H A Dfuzzinvariants.c68 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 Dthreadtest3.c1202 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 Dfuzzcheck.c1100 int iRow = 0; in runDbSql() local
/sqlite-3.40.0/src/
H A Dvdbeblob.c54 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 Dwindow.c413 i64 iRow; /* Current row */ member
463 i64 iRow = p->iRow; in ntileValueFunc() local
H A Dtclsqlite.c397 sqlite_int64 iRow, in createIncrblobChannel()
H A Dbtree.c546 i64 iRow, /* The rowid that might be changing */ in invalidateIncrblobCursors()
/sqlite-3.40.0/tool/
H A Dshowstat4.c44 int iRow = 0; in main() local
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c681 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 Dfts1.c1298 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 Dfts2.c2061 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 Dspellfix.c1931 int iRow; /* Current row of content */ member
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c6101 i64 iRow; /* Rowid for this leaf */ in fts5IndexIntegrityCheckSegment() local