Home
last modified time | relevance | path

Searched refs:nVdbeExec (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbetrace.c90 if( db->nVdbeExec>1 ){ in sqlite3VdbeExpandSql()
H A Dmalloc.c827 if( db->nVdbeExec>0 ){ in sqlite3OomFault()
852 if( db->mallocFailed && db->nVdbeExec==0 ){ in sqlite3OomClear()
H A Dvdbeapi.c737 db->nVdbeExec++; in sqlite3Step()
739 db->nVdbeExec--; in sqlite3Step()
H A DsqliteInt.h1587 int nVdbeExec; /* Number of nested calls to VdbeExec() */ member
H A Dbuild.c3427 && db->nVdbeExec==0 in sqlite3ReadOnlyShadowTables()
H A Dvdbe.c8587 if( db->nVdbeExec>1 ){ in sqlite3VdbeExec()