Home | History | Annotate | Download | only in dist

Lines Matching defs:activeVdbeCnt

9744   int activeVdbeCnt;            /* Number of VDBEs currently executing */
52539 if( p->inTrans>TRANS_NONE && p->db->activeVdbeCnt>1 ){
61515 ** This routine checks that the sqlite3.activeVdbeCnt count variable
61536 assert( cnt==db->activeVdbeCnt );
61808 db->activeVdbeCnt--;
61812 assert( db->activeVdbeCnt>=db->writeVdbeCnt );
61828 assert( db->activeVdbeCnt>0 || db->autoCommit==0 || db->nStatement==0 );
63166 if( db->activeVdbeCnt==0 ){
63178 db->activeVdbeCnt++;
67697 assert( db->activeVdbeCnt>0 ); /* At least this one VM is active */
67700 if( u.as.turnOnAC && u.as.iRollback && db->activeVdbeCnt>1 ){
67804 && (db->autoCommit==0 || db->activeVdbeCnt>1)
69660 u.bv.iCnt = db->activeVdbeCnt;
70502 if( !db->autoCommit || db->activeVdbeCnt>1 ){
101263 if( db->activeVdbeCnt>1 ){
111970 if( db->activeVdbeCnt==0 ){
113606 if( db->activeVdbeCnt ){
114178 if( db->activeVdbeCnt ){