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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h338 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1631 ** [sqlite3_total_changes()] function to find the total number of changes
1667 ** See also the [sqlite3_total_changes()] interface, the
1681 ** ^(The count returned by sqlite3_total_changes() includes all changes
1689 ** ^The sqlite3_total_changes() function counts the changes as soon as
1697 ** while [sqlite3_total_changes()] is running then the value
1700 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c2184 ** [sqlite3_total_changes()] function to find the total number of changes
2220 ** See also the [sqlite3_total_changes()] interface, the
2234 ** ^(The count returned by sqlite3_total_changes() includes all changes
2242 ** ^The sqlite3_total_changes() function counts the changes as soon as
2250 ** while [sqlite3_total_changes()] is running then the value
2253 SQLITE_API int sqlite3_total_changes(sqlite3*);
9468 int nTotalChange; /* Value returned by sqlite3_total_changes() */
89230 #define sqlite3_total_changes macro
110797 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/freebsd-11-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-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3263 Tcl_SetIntObj(pResult, sqlite3_total_changes(pDb->db));

Completed in 1118 milliseconds