Searched refs:nTotalChange (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
H A Dlaststmtchanges.test320 set nTotalChange [execsql {SELECT total_changes()}]
329 } [list $nTotalChange [expr $nTotalChange+2]]
/external/chromium_org/third_party/sqlite/src/src/
H A Dvacuum.c102 int saved_nTotalChange; /* Saved value of db->nTotalChange */
123 saved_nTotalChange = db->nTotalChange;
319 db->nTotalChange = saved_nTotalChange;
H A Dmain.c639 return db->nTotalChange;
H A DsqliteInt.h820 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member in struct:sqlite3
H A Dvdbeaux.c3136 db->nTotalChange += nChange;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9165 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member in struct:sqlite3
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10459 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member in struct:sqlite3
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10459 int nTotalChange; /* Value returned by sqlite3_total_changes() */ member in struct:sqlite3
[all...]

Completed in 514 milliseconds