Home | History | Annotate | Download | only in dist

Lines Matching refs:activeVdbeCnt

8963   int activeVdbeCnt;            /* Number of VDBEs currently executing */
48492 if( p->inTrans>TRANS_NONE && p->db->activeVdbeCnt>1 ){
57167 ** This routine checks that the sqlite3.activeVdbeCnt count variable
57188 assert( cnt==db->activeVdbeCnt );
57513 db->activeVdbeCnt--;
57517 assert( db->activeVdbeCnt>=db->writeVdbeCnt );
57533 assert( db->activeVdbeCnt>0 || db->autoCommit==0 || db->nStatement==0 );
58847 if( db->activeVdbeCnt==0 ){
58859 db->activeVdbeCnt++;
63038 db->writeVdbeCnt>0 || (u.aq.p1==SAVEPOINT_ROLLBACK && db->activeVdbeCnt>1)
63134 assert( db->activeVdbeCnt>0 ); /* At least this one VM is active */
63136 if( u.ar.turnOnAC && u.ar.iRollback && db->activeVdbeCnt>1 ){
63238 && (db->autoCommit==0 || db->activeVdbeCnt>1)
64984 u.br.iCnt = db->activeVdbeCnt;
65822 if( !db->autoCommit || db->activeVdbeCnt>1 ){
94352 if( db->activeVdbeCnt>1 ){
104312 if( db->activeVdbeCnt==0 ){
105857 if( db->activeVdbeCnt ){
106396 if( db->activeVdbeCnt ){