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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile195 sqlite3_total_changes.3 \
/netbsd-current/usr.sbin/makemandb/
H A Dmakemandb.c647 update_count = sqlite3_total_changes(db);
679 if (update_count != sqlite3_total_changes(db)) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h499 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1157 ** connections possibly in other processes. The [sqlite3_total_changes()]
1161 ** [sqlite3_total_changes()] interface responds to internal changes only and
2651 ** <li> the [sqlite3_total_changes()] interface
2670 ** the return value of sqlite3_total_changes() is undefined. ^Executing
2672 ** sqlite3_total_changes().
2679 ** The [sqlite3_total_changes(D)] interface only reports the number
2687 ** while [sqlite3_total_changes()] is running then the value
2699 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c1470 ** connections possibly in other processes. The [sqlite3_total_changes()]
1474 ** [sqlite3_total_changes()] interface responds to internal changes only and
2964 ** <li> the [sqlite3_total_changes()] interface
2983 ** the return value of sqlite3_total_changes() is undefined. ^Executing
2985 ** sqlite3_total_changes().
2992 ** The [sqlite3_total_changes(D)] interface only reports the number
3000 ** while [sqlite3_total_changes()] is running then the value
3012 SQLITE_API int sqlite3_total_changes(sqlite3*);
17618 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */
135971 #define sqlite3_total_changes macro
179312 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d526 int sqlite3_total_changes(sqlite3*);

Completed in 570 milliseconds