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

/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteDatabase.cpp330 m_lastChangesCount = sqlite3_total_changes(m_db);
338 return sqlite3_total_changes(m_db) - m_lastChangesCount;
/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c237 sqlite3_total_changes,
H A Dfunc.c478 ** the same as the sqlite3_total_changes() API function.
488 ** sqlite3_total_changes() C/C++ interface. */
489 sqlite3_result_int(context, sqlite3_total_changes(db));
H A Dsqlite3ext.h335 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite.h.in1572 ** [sqlite3_total_changes()] function to find the total number of changes
1608 ** See also the [sqlite3_total_changes()] interface, the
1622 ** ^(The count returned by sqlite3_total_changes() includes all changes
1630 ** ^The sqlite3_total_changes() function counts the changes as soon as
1638 ** while [sqlite3_total_changes()] is running then the value
1641 int sqlite3_total_changes(sqlite3*);
H A Dmain.c638 int sqlite3_total_changes(sqlite3 *db){ function
H A Dtclsqlite.c2624 Tcl_SetIntObj(pResult, sqlite3_total_changes(pDb->db));
/external/sqlite/dist/orig/
H A Dsqlite3ext.h359 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1705 ** [sqlite3_total_changes()] function to find the total number of changes
1741 ** See also the [sqlite3_total_changes()] interface, the
1755 ** ^(The count returned by sqlite3_total_changes() includes all changes
1763 ** ^The sqlite3_total_changes() function counts the changes as soon as
1771 ** while [sqlite3_total_changes()] is running then the value
1774 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c2255 ** [sqlite3_total_changes()] function to find the total number of changes
2291 ** See also the [sqlite3_total_changes()] interface, the
2305 ** ^(The count returned by sqlite3_total_changes() includes all changes
2313 ** ^The sqlite3_total_changes() function counts the changes as soon as
2321 ** while [sqlite3_total_changes()] is running then the value
2324 SQLITE_API int sqlite3_total_changes(sqlite3*);
9736 int nTotalChange; /* Value returned by sqlite3_total_changes() */
91332 #define sqlite3_total_changes macro
113122 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h359 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1705 ** [sqlite3_total_changes()] function to find the total number of changes
1741 ** See also the [sqlite3_total_changes()] interface, the
1755 ** ^(The count returned by sqlite3_total_changes() includes all changes
1763 ** ^The sqlite3_total_changes() function counts the changes as soon as
1771 ** while [sqlite3_total_changes()] is running then the value
1774 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c2255 ** [sqlite3_total_changes()] function to find the total number of changes
2291 ** See also the [sqlite3_total_changes()] interface, the
2305 ** ^(The count returned by sqlite3_total_changes() includes all changes
2313 ** ^The sqlite3_total_changes() function counts the changes as soon as
2321 ** while [sqlite3_total_changes()] is running then the value
2324 SQLITE_API int sqlite3_total_changes(sqlite3*);
9736 int nTotalChange; /* Value returned by sqlite3_total_changes() */
91368 #define sqlite3_total_changes macro
113158 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1577 ** [sqlite3_total_changes()] function to find the total number of changes
1613 ** See also the [sqlite3_total_changes()] interface, the
1627 ** ^(The count returned by sqlite3_total_changes() includes all changes
1635 ** ^The sqlite3_total_changes() function counts the changes as soon as
1643 ** while [sqlite3_total_changes()] is running then the value
1646 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c2120 ** [sqlite3_total_changes()] function to find the total number of changes
2156 ** See also the [sqlite3_total_changes()] interface, the
2170 ** ^(The count returned by sqlite3_total_changes() includes all changes
2178 ** ^The sqlite3_total_changes() function counts the changes as soon as
2186 ** while [sqlite3_total_changes()] is running then the value
2189 SQLITE_API int sqlite3_total_changes(sqlite3*);
9180 int nTotalChange; /* Value returned by sqlite3_total_changes() */
87024 #define sqlite3_total_changes macro
108090 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]

Completed in 552 milliseconds