Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c97467 u64 nVmStep = 0; /* Number of virtual machine steps */ local
97543 nVmStep++;
97706 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){
105946 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){
105955 p->aCounter[SQLITE_STMTSTATUS_VM_STEP] += (int)nVmStep;