Searched refs:sqlite3_total_changes64 (Results 1 – 8 of 8) sorted by relevance
485 sqlite3_total_changes64,
670 #define sqlite3_total_changes64 sqlite3_api->total_changes64 macro
1105 sqlite3_int64 sqlite3_total_changes64(sqlite3 *db){ in sqlite3_total_changes64() function1115 return (int)sqlite3_total_changes64(db); in sqlite3_total_changes()
613 sqlite3_result_int64(context, sqlite3_total_changes64(db)); in total_changes()
3296 Tcl_SetWideIntObj(pResult, sqlite3_total_changes64(pDb->db)); in DbObjCmd()
11029 sqlite3_changes64(p->db), sqlite3_total_changes64(p->db));
2634 sqlite3_int64 sqlite3_total_changes64(sqlite3*);
539 ? capi.sqlite3_total_changes64(p)