Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_total_changes

2255 ** [sqlite3_total_changes()] function to find the total number of changes
2291 ** See also the [sqlite3_total_changes()] interface, the
2305 ** ^(The count returned by sqlite3_total_changes() includes all changes
2313 ** ^The sqlite3_total_changes() function counts the changes as soon as
2321 ** while [sqlite3_total_changes()] is running then the value
2324 SQLITE_API int sqlite3_total_changes(sqlite3*);
9736 int nTotalChange; /* Value returned by sqlite3_total_changes() */
86607 ** the same as the sqlite3_total_changes() API function.
86617 ** sqlite3_total_changes() C/C++ interface. */
86618 sqlite3_result_int(context, sqlite3_total_changes(db));
91332 #define sqlite3_total_changes sqlite3_api->total_changes
91643 sqlite3_total_changes,
113122 SQLITE_API int sqlite3_total_changes(sqlite3 *db){