Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h498 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1155 ** connections possibly in other processes. The [sqlite3_total_changes()]
1159 ** [sqlite3_total_changes()] interface responds to internal changes only and
2592 ** <li> the [sqlite3_total_changes()] interface
2611 ** the return value of sqlite3_total_changes() is undefined. ^Executing
2613 ** sqlite3_total_changes().
2620 ** The [sqlite3_total_changes(D)] interface only reports the number
2628 ** while [sqlite3_total_changes()] is running then the value
2640 SQLITE_API int sqlite3_total_changes(sqlite3*);
/third_party/python/Modules/_sqlite/
H A Dconnection.c1611 return Py_BuildValue("i", sqlite3_total_changes(self->db)); in pysqlite_connection_get_total_changes()
/third_party/sqlite/src/
H A Dsqlite3.c1465 ** connections possibly in other processes. The [sqlite3_total_changes()]
1469 ** [sqlite3_total_changes()] interface responds to internal changes only and
2905 ** <li> the [sqlite3_total_changes()] interface
2924 ** the return value of sqlite3_total_changes() is undefined. ^Executing
2926 ** sqlite3_total_changes().
2933 ** The [sqlite3_total_changes(D)] interface only reports the number
2941 ** while [sqlite3_total_changes()] is running then the value
2953 SQLITE_API int sqlite3_total_changes(sqlite3*);
17044 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */
132421 #define sqlite3_total_changes global() macro
174544 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ global() function
[all...]

Completed in 199 milliseconds