Searched refs:activeVdbeCnt (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvacuum.c113 if( db->activeVdbeCnt>1 ){
H A Dtokenize.c400 if( db->activeVdbeCnt==0 ){
H A Dvdbeapi.c391 if( db->activeVdbeCnt==0 ){
403 db->activeVdbeCnt++;
H A Dvdbeaux.c1917 ** This routine checks that the sqlite3.activeVdbeCnt count variable
1938 assert( cnt==db->activeVdbeCnt );
2241 db->activeVdbeCnt--;
2245 assert( db->activeVdbeCnt>=db->writeVdbeCnt );
2261 assert( db->activeVdbeCnt>0 || db->autoCommit==0 || db->nStatement==0 );
H A Dvdbe.c2620 db->writeVdbeCnt>0 || (p1==SAVEPOINT_ROLLBACK && db->activeVdbeCnt>1)
2714 assert( db->activeVdbeCnt>0 ); /* At least this one VM is active */
2716 if( turnOnAC && iRollback && db->activeVdbeCnt>1 ){
2816 && (db->autoCommit==0 || db->activeVdbeCnt>1)
4519 iCnt = db->activeVdbeCnt;
5323 if( !db->autoCommit || db->activeVdbeCnt>1 ){
H A Dmain.c1073 if( db->activeVdbeCnt ){
1647 if( db->activeVdbeCnt ){
H A DsqliteInt.h832 int activeVdbeCnt; /* Number of VDBEs currently executing */ member in struct:sqlite3
H A Dbtree.c3123 if( p->inTrans>TRANS_NONE && p->db->activeVdbeCnt>1 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9177 int activeVdbeCnt; /* Number of VDBEs currently executing */ member in struct:sqlite3
[all...]

Completed in 383 milliseconds