Searched defs:sqlite3_total_changes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c638 int sqlite3_total_changes(sqlite3 *db){ function
H A Dsqlite3ext.h335 #define sqlite3_total_changes sqlite3_api->total_changes macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h373 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.c1998 ** [sqlite3_total_changes()] function to find the total number of changes
2034 ** See also the [sqlite3_total_changes()] interface, the
2048 ** ^(The count returned by sqlite3_total_changes() includes all changes
2056 ** ^The sqlite3_total_changes() function counts the changes as soon as
2064 ** while [sqlite3_total_changes()] is running then the value
2067 SQLITE_API int sqlite3_total_changes(sqlite3*);
10459 int nTotalChange; /* Value returned by sqlite3_total_changes() */
97344 #define sqlite3_total_changes macro
122910 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h373 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.c1998 ** [sqlite3_total_changes()] function to find the total number of changes
2034 ** See also the [sqlite3_total_changes()] interface, the
2048 ** ^(The count returned by sqlite3_total_changes() includes all changes
2056 ** ^The sqlite3_total_changes() function counts the changes as soon as
2064 ** while [sqlite3_total_changes()] is running then the value
2067 SQLITE_API int sqlite3_total_changes(sqlite3*);
10459 int nTotalChange; /* Value returned by sqlite3_total_changes() */
97364 #define sqlite3_total_changes macro
122930 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c2120 ** [sqlite3_total_changes()] function to find the total number of changes
2156 ** See also the [sqlite3_total_changes()] interface, the
2170 ** ^(The count returned by sqlite3_total_changes() includes all changes
2178 ** ^The sqlite3_total_changes() function counts the changes as soon as
2186 ** while [sqlite3_total_changes()] is running then the value
2189 SQLITE_API int sqlite3_total_changes(sqlite3*);
9165 int nTotalChange; /* Value returned by sqlite3_total_changes() */
86817 #define sqlite3_total_changes macro
107883 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]

Completed in 767 milliseconds