Searched refs:nVmStep (Results 1 – 1 of 1) sorted by relevance
731 u64 nVmStep = 0; /* Number of virtual machine steps */ in sqlite3VdbeExec() local807 nVmStep++; in sqlite3VdbeExec()961 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){ in sqlite3VdbeExec()8821 while( nVmStep>=nProgressLimit && db->xProgress!=0 ){ in sqlite3VdbeExec()8830 p->aCounter[SQLITE_STMTSTATUS_VM_STEP] += (int)nVmStep; in sqlite3VdbeExec()