Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_total_changes

2212 ** See also the [sqlite3_total_changes()] interface, the
2229 ** does not affect the value returned by sqlite3_total_changes().
2240 ** while [sqlite3_total_changes()] is running then the value
2243 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3*);
11708 int nTotalChange; /* Value returned by sqlite3_total_changes() */
99142 ** the same as the sqlite3_total_changes() API function.
99152 ** sqlite3_total_changes() C/C++ interface. */
99153 sqlite3_result_int(context, sqlite3_total_changes(db));
104463 #define sqlite3_total_changes sqlite3_api->total_changes
104822 sqlite3_total_changes,
131715 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3 *db){