Home
last modified time | relevance | path

Searched refs:nInitRow (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dprepare.c105 pData->nInitRow++; in sqlite3InitCallback()
237 initData.nInitRow = 0; in sqlite3InitOne()
H A DsqliteInt.h3959 u32 nInitRow; /* Number of rows processed */ member
H A Dvdbe.c6831 initData.nInitRow = 0; in sqlite3VdbeExec()
6835 if( rc==SQLITE_OK && initData.nInitRow==0 ){ in sqlite3VdbeExec()