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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h390 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.c2192 ** See also the [sqlite3_total_changes()] interface, the
2209 ** does not affect the value returned by sqlite3_total_changes().
2220 ** while [sqlite3_total_changes()] is running then the value
2223 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3*);
11043 int nTotalChange; /* Value returned by sqlite3_total_changes() */
102245 #define sqlite3_total_changes macro
128874 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h390 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.c2192 ** See also the [sqlite3_total_changes()] interface, the
2209 ** does not affect the value returned by sqlite3_total_changes().
2220 ** while [sqlite3_total_changes()] is running then the value
2223 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3*);
11043 int nTotalChange; /* Value returned by sqlite3_total_changes() */
102263 #define sqlite3_total_changes macro
128892 SQLITE_API int SQLITE_STDCALL sqlite3_total_changes(sqlite3 *db){ function
[all...]

Completed in 297 milliseconds