Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtclsqlite.c181 int nVMStep; /* Another statistic for most recent operation */ member
1696 pDb->nVMStep = sqlite3_stmt_status(pStmt,SQLITE_STMTSTATUS_VM_STEP,1); in dbEvalStep()
3256 v = pDb->nVMStep; in DbObjCmd()