Searched refs:sqlite3_total_changes (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h470 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1107 ** connections possibly in other processes. The [sqlite3_total_changes()]
1111 ** [sqlite3_total_changes()] interface responds to internal changes only and
2494 ** <li> the [sqlite3_total_changes()] interface
2510 ** does not affect the value returned by sqlite3_total_changes().
2517 ** The [sqlite3_total_changes(D)] interface only reports the number
2525 ** while [sqlite3_total_changes()] is running then the value
2537 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dshell.c20635 sqlite3_changes(p->db), sqlite3_total_changes(p->db));
H A Dsqlite3.c2170 ** connections possibly in other processes. The [sqlite3_total_changes()]
2174 ** [sqlite3_total_changes()] interface responds to internal changes only and
3557 ** <li> the [sqlite3_total_changes()] interface
3573 ** does not affect the value returned by sqlite3_total_changes().
3580 ** The [sqlite3_total_changes(D)] interface only reports the number
3588 ** while [sqlite3_total_changes()] is running then the value
3600 SQLITE_API int sqlite3_total_changes(sqlite3*);
17000 int nTotalChange; /* Value returned by sqlite3_total_changes() */
125860 #define sqlite3_total_changes macro
165155 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3263 Tcl_SetIntObj(pResult, sqlite3_total_changes(pDb->db));

Completed in 787 milliseconds