Home
last modified time | relevance | path

Searched refs:sqlite3_total_changes (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h499 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1159 ** connections possibly in other processes. The [sqlite3_total_changes()]
1163 ** [sqlite3_total_changes()] interface responds to internal changes only and
2670 ** <li> the [sqlite3_total_changes()] interface
2689 ** the return value of sqlite3_total_changes() is undefined. ^Executing
2691 ** sqlite3_total_changes().
2698 ** The [sqlite3_total_changes(D)] interface only reports the number
2706 ** while [sqlite3_total_changes()] is running then the value
2718 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c1472 ** 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() */
[all...]