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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h359 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1670 ** [sqlite3_total_changes()] function to find the total number of changes
1706 ** See also the [sqlite3_total_changes()] interface, the
1720 ** ^(The count returned by sqlite3_total_changes() includes all changes
1728 ** ^The sqlite3_total_changes() function counts the changes as soon as
1736 ** while [sqlite3_total_changes()] is running then the value
1739 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c2220 ** [sqlite3_total_changes()] function to find the total number of changes
2256 ** See also the [sqlite3_total_changes()] interface, the
2270 ** ^(The count returned by sqlite3_total_changes() includes all changes
2278 ** ^The sqlite3_total_changes() function counts the changes as soon as
2286 ** while [sqlite3_total_changes()] is running then the value
2289 SQLITE_API int sqlite3_total_changes(sqlite3*);
9699 int nTotalChange; /* Value returned by sqlite3_total_changes() */
91206 #define sqlite3_total_changes macro
112891 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c575 update_count = sqlite3_total_changes(db);
607 if (update_count != sqlite3_total_changes(db)) {

Completed in 456 milliseconds