Searched defs:sqlite3_update_hook (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h321 #define sqlite3_update_hook sqlite3_api->update_hook macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h364 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dsqlite3.c5120 ** See also the [sqlite3_update_hook()] interface.
5128 ** ^The sqlite3_update_hook() interface registers a callback function
5137 ** to sqlite3_update_hook().
5163 ** ^The sqlite3_update_hook(D,C,P) function
5171 SQLITE_API void *sqlite3_update_hook(
91337 #define sqlite3_update_hook macro
113774 SQLITE_API void *sqlite3_update_hook( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h364 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dsqlite3.c5120 ** See also the [sqlite3_update_hook()] interface.
5128 ** ^The sqlite3_update_hook() interface registers a callback function
5137 ** to sqlite3_update_hook().
5163 ** ^The sqlite3_update_hook(D,C,P) function
5171 SQLITE_API void *sqlite3_update_hook(
91373 #define sqlite3_update_hook macro
113810 SQLITE_API void *sqlite3_update_hook( function
[all...]

Completed in 461 milliseconds