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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h415 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h2087 ** See also the [sqlite3_total_changes()] interface, the
2104 ** does not affect the value returned by sqlite3_total_changes().
2115 ** while [sqlite3_total_changes()] is running then the value
2118 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3*);
H A Dshell.c4981 sqlite3_changes(p->db), sqlite3_total_changes(p->db));
H A Dsqlite3.c2347 ** See also the [sqlite3_total_changes()] interface, the
2364 ** does not affect the value returned by sqlite3_total_changes().
2375 ** while [sqlite3_total_changes()] is running then the value
2378 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3*);
13893 int nTotalChange; /* Value returned by sqlite3_total_changes() */
109241 #define sqlite3_total_changes macro
137429 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3 *db){ function
[all...]
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2911 Tcl_SetIntObj(pResult, sqlite3_total_changes(pDb->db));

Completed in 725 milliseconds