Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c205 int nVMStep; /* Another statistic for most recent operation */ member
1720 pDb->nVMStep = sqlite3_stmt_status(pStmt,SQLITE_STMTSTATUS_VM_STEP,1); in dbEvalStep()
3283 v = pDb->nVMStep; in DbObjCmd()