Home
last modified time | relevance | path

Searched refs:nTotalChange (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvacuum.c157 saved_nTotalChange = db->nTotalChange; in sqlite3RunVacuum()
342 db->nTotalChange = saved_nTotalChange; in sqlite3RunVacuum()
H A Dcrypto.c647 saved_nTotalChange = db->nTotalChange; in sqlcipher_exportFunc()
737 db->nTotalChange = saved_nTotalChange; in sqlcipher_exportFunc()
H A Dcrypto_impl.c1229 saved_nTotalChange = db->nTotalChange; in sqlcipher_codec_ctx_migrate()
1265 db->nTotalChange = saved_nTotalChange; in sqlcipher_codec_ctx_migrate()
H A DsqliteInt.h1343 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member
H A Dmain.c969 return db->nTotalChange; in sqlite3_total_changes()
H A Dvdbeaux.c4504 db->nTotalChange += nChange; in sqlite3VdbeSetChanges()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvacuum.c192 saved_nTotalChange = db->nTotalChange; in sqlite3RunVacuum()
378 db->nTotalChange = saved_nTotalChange; in sqlite3RunVacuum()
H A Dmain.c1109 return db->nTotalChange; in sqlite3_total_changes()
H A DsqliteInt.h1526 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member
H A Dvdbeaux.c5019 db->nTotalChange += nChange; in sqlite3VdbeSetChanges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvacuum.c192 saved_nTotalChange = db->nTotalChange; in sqlite3RunVacuum()
378 db->nTotalChange = saved_nTotalChange; in sqlite3RunVacuum()
H A Dmain.c1109 return db->nTotalChange; in sqlite3_total_changes()
H A DsqliteInt.h1490 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvacuum.c192 saved_nTotalChange = db->nTotalChange; in sqlite3RunVacuum()
389 db->nTotalChange = saved_nTotalChange; in sqlite3RunVacuum()
H A DsqliteInt.h1455 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member
H A Dmain.c1042 return db->nTotalChange; in sqlite3_total_changes()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dlaststmtchanges.test320 set nTotalChange [execsql {SELECT total_changes()}]
329 } [list $nTotalChange [expr $nTotalChange+2]]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dlaststmtchanges.test320 set nTotalChange [execsql {SELECT total_changes()}]
329 } [list $nTotalChange [expr $nTotalChange+2]]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dlaststmtchanges.test320 set nTotalChange [execsql {SELECT total_changes()}]
329 } [list $nTotalChange [expr $nTotalChange+2]]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dlaststmtchanges.test320 set nTotalChange [execsql {SELECT total_changes()}]
329 } [list $nTotalChange [expr $nTotalChange+2]]
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h574 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmain.c641 return db->nTotalChange; in sqlite3_total_changes()
H A DsqliteInt.h823 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member
H A Dvdbeaux.c3124 db->nTotalChange += nChange; in sqlite3VdbeSetChanges()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h820 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member

12345678