Lines Matching refs:sqlite3_total_changes
1472 ** connections possibly in other processes. The [sqlite3_total_changes()]
1476 ** [sqlite3_total_changes()] interface responds to internal changes only and
2983 ** <li> the [sqlite3_total_changes()] interface
3002 ** the return value of sqlite3_total_changes() is undefined. ^Executing
3004 ** sqlite3_total_changes().
3011 ** The [sqlite3_total_changes(D)] interface only reports the number
3019 ** while [sqlite3_total_changes()] is running then the value
3031 SQLITE_API int sqlite3_total_changes(sqlite3*);
17672 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */
136932 #define sqlite3_total_changes sqlite3_api->total_changes
137379 sqlite3_total_changes,
180928 SQLITE_API int sqlite3_total_changes(sqlite3 *db){