Searched refs:sqlite3_changes (Results 1 - 19 of 19) sorted by relevance

/external/chromium/app/sql/
H A Dconnection.cc303 return sqlite3_changes(db_);
/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c147 sqlite3_changes,
H A Dfunc.c463 ** around the sqlite3_changes() C/C++ function and hence follows the same
473 sqlite3_result_int(context, sqlite3_changes(db));
H A Dsqlite3ext.h246 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite.h.in1602 ** the sqlite3_changes() interface can be called to find the number of
1612 ** while [sqlite3_changes()] is running then the value returned
1615 int sqlite3_changes(sqlite3*);
1634 ** See also the [sqlite3_changes()] interface, the
H A Dmain.c631 int sqlite3_changes(sqlite3 *db){ function
H A Dtclsqlite.c1811 Tcl_SetIntObj(pResult, sqlite3_changes(pDb->db));
H A Dtest1.c2416 ** Usage: sqlite3_changes DB
2434 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_changes(db)));
5581 { "sqlite3_changes", test_changes ,0 },
/external/chromium/chrome/common/
H A Dsqlite_utils.cc313 return sqlite3_changes(db_handle());
/external/chromium_org/sql/
H A Dconnection.cc810 return sqlite3_changes(db_);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h270 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h1735 ** the sqlite3_changes() interface can be called to find the number of
1745 ** while [sqlite3_changes()] is running then the value returned
1748 SQLITE_API int sqlite3_changes(sqlite3*);
1767 ** See also the [sqlite3_changes()] interface, the
H A Dsqlite3.c2285 ** the sqlite3_changes() interface can be called to find the number of
2295 ** while [sqlite3_changes()] is running then the value returned
2298 SQLITE_API int sqlite3_changes(sqlite3*);
2317 ** See also the [sqlite3_changes()] interface, the
9735 int nChange; /* Value returned by sqlite3_changes() */
91243 #define sqlite3_changes macro
113115 SQLITE_API int sqlite3_changes(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h270 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h1735 ** the sqlite3_changes() interface can be called to find the number of
1745 ** while [sqlite3_changes()] is running then the value returned
1748 SQLITE_API int sqlite3_changes(sqlite3*);
1767 ** See also the [sqlite3_changes()] interface, the
H A Dsqlite3.c2285 ** the sqlite3_changes() interface can be called to find the number of
2295 ** while [sqlite3_changes()] is running then the value returned
2298 SQLITE_API int sqlite3_changes(sqlite3*);
2317 ** See also the [sqlite3_changes()] interface, the
9735 int nChange; /* Value returned by sqlite3_changes() */
91279 #define sqlite3_changes macro
113151 SQLITE_API int sqlite3_changes(sqlite3 *db){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1607 ** the sqlite3_changes() interface can be called to find the number of
1617 ** while [sqlite3_changes()] is running then the value returned
1620 SQLITE_API int sqlite3_changes(sqlite3*);
1639 ** See also the [sqlite3_changes()] interface, the
H A Dsqlite3.c2150 ** the sqlite3_changes() interface can be called to find the number of
2160 ** while [sqlite3_changes()] is running then the value returned
2163 SQLITE_API int sqlite3_changes(sqlite3*);
2182 ** See also the [sqlite3_changes()] interface, the
9179 int nChange; /* Value returned by sqlite3_changes() */
86935 #define sqlite3_changes macro
108083 SQLITE_API int sqlite3_changes(sqlite3 *db){ function
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c987 return (jlong) sqlite3_changes((sqlite3 *) h->sqlite);
996 return (jlong) sqlite3_changes((sqlite3 *) h->sqlite);

Completed in 1306 milliseconds