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

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.cpp340 m_lastChangesCount = sqlite3_total_changes(m_db);
348 return sqlite3_total_changes(m_db) - m_lastChangesCount;
/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 420 milliseconds