Lines Matching refs:activeVdbeCnt
8956 int activeVdbeCnt; /* Number of VDBEs currently executing */
48485 if( p->inTrans>TRANS_NONE && p->db->activeVdbeCnt>1 ){
57160 ** This routine checks that the sqlite3.activeVdbeCnt count variable
57181 assert( cnt==db->activeVdbeCnt );
57506 db->activeVdbeCnt--;
57510 assert( db->activeVdbeCnt>=db->writeVdbeCnt );
57526 assert( db->activeVdbeCnt>0 || db->autoCommit==0 || db->nStatement==0 );
58840 if( db->activeVdbeCnt==0 ){
58852 db->activeVdbeCnt++;
63031 db->writeVdbeCnt>0 || (u.aq.p1==SAVEPOINT_ROLLBACK && db->activeVdbeCnt>1)
63127 assert( db->activeVdbeCnt>0 ); /* At least this one VM is active */
63129 if( u.ar.turnOnAC && u.ar.iRollback && db->activeVdbeCnt>1 ){
63231 && (db->autoCommit==0 || db->activeVdbeCnt>1)
64977 u.br.iCnt = db->activeVdbeCnt;
65815 if( !db->autoCommit || db->activeVdbeCnt>1 ){
94345 if( db->activeVdbeCnt>1 ){
104305 if( db->activeVdbeCnt==0 ){
105844 if( db->activeVdbeCnt ){
106383 if( db->activeVdbeCnt ){