Home
last modified time | relevance | path

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

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbetrace.c92 if( db->nVdbeExec>1 ){ in sqlite3VdbeExpandSql()
H A Dmalloc.c787 if( db->nVdbeExec>0 ){ in sqlite3OomFault()
802 if( db->mallocFailed && db->nVdbeExec==0 ){ in sqlite3OomClear()
H A Dvdbeapi.c627 db->nVdbeExec++; in sqlite3Step()
629 db->nVdbeExec--; in sqlite3Step()
H A DsqliteInt.h1356 int nVdbeExec; /* Number of nested calls to VdbeExec() */ member
H A Dvdbe.c7052 if( db->nVdbeExec>1 ){ in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbetrace.c92 if( db->nVdbeExec>1 ){ in sqlite3VdbeExpandSql()
H A Dmalloc.c762 if( db->nVdbeExec>0 ){ in sqlite3OomFault()
780 if( db->mallocFailed && db->nVdbeExec==0 ){ in sqlite3OomClear()
H A Dvdbeapi.c696 db->nVdbeExec++; in sqlite3Step()
698 db->nVdbeExec--; in sqlite3Step()
H A DsqliteInt.h1470 int nVdbeExec; /* Number of nested calls to VdbeExec() */ member
H A Dbuild.c2927 && db->nVdbeExec==0 in sqlite3ReadOnlyShadowTables()
H A Dvdbe.c7734 if( db->nVdbeExec>1 ){ in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbetrace.c92 if( db->nVdbeExec>1 ){ in sqlite3VdbeExpandSql()
H A Dmalloc.c767 if( db->nVdbeExec>0 ){ in sqlite3OomFault()
785 if( db->mallocFailed && db->nVdbeExec==0 ){ in sqlite3OomClear()
H A Dvdbeapi.c703 db->nVdbeExec++; in sqlite3Step()
705 db->nVdbeExec--; in sqlite3Step()
H A DsqliteInt.h1544 int nVdbeExec; /* Number of nested calls to VdbeExec() */ member
H A Dbuild.c3136 && db->nVdbeExec==0 in sqlite3ReadOnlyShadowTables()
H A Dvdbe.c8007 if( db->nVdbeExec>1 ){ in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbetrace.c92 if( db->nVdbeExec>1 ){ in sqlite3VdbeExpandSql()
H A Dmalloc.c767 if( db->nVdbeExec>0 ){ in sqlite3OomFault()
785 if( db->mallocFailed && db->nVdbeExec==0 ){ in sqlite3OomClear()
H A Dvdbeapi.c703 db->nVdbeExec++; in sqlite3Step()
705 db->nVdbeExec--; in sqlite3Step()
H A DsqliteInt.h1505 int nVdbeExec; /* Number of nested calls to VdbeExec() */ member
H A Dbuild.c3030 && db->nVdbeExec==0 in sqlite3ReadOnlyShadowTables()
H A Dvdbe.c7980 if( db->nVdbeExec>1 ){ in sqlite3VdbeExec()
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c16341 int nVdbeExec; /* Number of nested calls to VdbeExec() */ member
27171 if( db->nVdbeExec>0 ){
27189 if( db->mallocFailed && db->nVdbeExec==0 ){
81929 db->nVdbeExec++;
81931 db->nVdbeExec--;
83378 if( db->nVdbeExec>1 ){
91006 if( db->nVdbeExec>1 ){
102383 && pParse->db->nVdbeExec==0
112100 && db->nVdbeExec==0;
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c16386 int nVdbeExec; /* Number of nested calls to VdbeExec() */ member
27241 if( db->nVdbeExec>0 ){
27259 if( db->mallocFailed && db->nVdbeExec==0 ){
82154 db->nVdbeExec++;
82156 db->nVdbeExec--;
83605 if( db->nVdbeExec>1 ){
91310 if( db->nVdbeExec>1 ){
102801 && pParse->db->nVdbeExec==0
112619 && db->nVdbeExec==0;

1234567