Home
last modified time | relevance | path

Searched refs:sqlite3_changes (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/sql/
DSQLiteDatabase.cpp242 return sqlite3_changes(m_db); in lastChanges()
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h378 int sqlite3_changes(sqlite3*);
Dsqlite3ext.h179 #define sqlite3_changes sqlite3_api->changes macro
/external/sqlite/dist/
Dsqlite3.h1405 SQLITE_API int sqlite3_changes(sqlite3*);
Dsqlite3.h.orig1392 ** the sqlite3_changes() interface can be called to find the number of
1402 ** while [sqlite3_changes()] is running then the value returned
1405 SQLITE_API int sqlite3_changes(sqlite3*);
1424 ** See also the [sqlite3_changes()] interface, the
Dsqlite3.c1929 SQLITE_API int sqlite3_changes(sqlite3*);
71732 sqlite3_result_int(context, sqlite3_changes(db));
76204 #define sqlite3_changes sqlite3_api->changes
76481 sqlite3_changes,
96022 SQLITE_API int sqlite3_changes(sqlite3 *db){
Dsqlite3.c.orig1916 ** the sqlite3_changes() interface can be called to find the number of
1926 ** while [sqlite3_changes()] is running then the value returned
1929 SQLITE_API int sqlite3_changes(sqlite3*);
1948 ** See also the [sqlite3_changes()] interface, the
8329 int nChange; /* Value returned by sqlite3_changes() */
50447 ** sqlite3_changes() on the database handle 'db'.
56395 ** change counter (returned by subsequent calls to sqlite3_changes()).
71712 ** same as the sqlite3_changes() API function.
71721 sqlite3_result_int(context, sqlite3_changes(db));
76193 #define sqlite3_changes sqlite3_api->changes
[all …]