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

/external/chromium_org/third_party/sqlite/src/test/
H A Dlaststmtchanges.test11 # Tests to make sure that values returned by changes() and total_changes()
43 select changes(), total_changes();
51 select changes(), total_changes();
104 set ::tc [db total_changes]
140 expr [db total_changes] - $::tc
320 set nTotalChange [execsql {SELECT total_changes()}]
325 SELECT total_changes();
327 SELECT total_changes();
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h132 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
335 #define sqlite3_total_changes sqlite3_api->total_changes
H A Dfunc.c477 ** Implementation of the total_changes() SQL function. The return value is
480 static void total_changes( function
1551 FUNCTION(total_changes, 0, 0, 0, total_changes ),
/external/sqlite/dist/orig/
H A Dsqlite3ext.h144 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
359 #define sqlite3_total_changes sqlite3_api->total_changes
H A Dsqlite3.c2318 ** [count_changes pragma], and the [total_changes() SQL function].
86609 static void total_changes( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h144 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
359 #define sqlite3_total_changes sqlite3_api->total_changes
H A Dsqlite3.c2318 ** [count_changes pragma], and the [total_changes() SQL function].
86645 static void total_changes( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c2183 ** [count_changes pragma], and the [total_changes() SQL function].
82386 static void total_changes( function
[all...]

Completed in 506 milliseconds