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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c638 int sqlite3_total_changes(sqlite3 *db){ function
H A Dsqlite3ext.h335 #define sqlite3_total_changes sqlite3_api->total_changes macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h359 #define sqlite3_total_changes sqlite3_api->total_changes macro
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.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.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 424 milliseconds