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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h134 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
316 #define sqlite3_total_changes sqlite3_api->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].
86622 static void total_changes( function
[all...]

Completed in 647 milliseconds