Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_update_hook

6692 ** See also the [sqlite3_update_hook()] interface.
6701 ** ^The sqlite3_update_hook() interface registers a callback function
6711 ** to sqlite3_update_hook().
6738 ** ^The sqlite3_update_hook(D,C,P) function
6746 SQLITE_API void *sqlite3_update_hook(
9607 ** See also: [sqlite3_update_hook()]
113698 #define sqlite3_update_hook sqlite3_api->update_hook
114083 sqlite3_update_hook,
145311 SQLITE_API void *sqlite3_update_hook(