Searched refs:sqlite3_update_hook (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h364 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dsqlite3.h4521 ** See also the [sqlite3_update_hook()] interface.
4529 ** ^The sqlite3_update_hook() interface registers a callback function
4538 ** to sqlite3_update_hook().
4564 ** ^The sqlite3_update_hook(D,C,P) function
4572 SQLITE_API void *sqlite3_update_hook(
H A Dsqlite3.c5071 ** See also the [sqlite3_update_hook()] interface.
5079 ** ^The sqlite3_update_hook() interface registers a callback function
5088 ** to sqlite3_update_hook().
5114 ** ^The sqlite3_update_hook(D,C,P) function
5122 SQLITE_API void *sqlite3_update_hook(
91211 #define sqlite3_update_hook macro
113531 SQLITE_API void *sqlite3_update_hook( function
[all...]

Completed in 603 milliseconds