Home
last modified time | relevance | path

Searched refs:iBatch (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Drowset.c117 int iBatch; /* Current insert batch */ member
142 p->iBatch = 0; in sqlite3RowSetInit()
442 int sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid){ in sqlite3RowSetTest() argument
451 if( iBatch!=pRowSet->iBatch ){ /*OPTIMIZATION-IF-FALSE*/ in sqlite3RowSetTest()
483 pRowSet->iBatch = iBatch; in sqlite3RowSetTest()
H A DsqliteInt.h4672 int sqlite3RowSetTest(RowSet*, int iBatch, i64);