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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h343 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dsqlite3.h4407 ** See also the [sqlite3_update_hook()] interface.
4415 ** ^The sqlite3_update_hook() interface registers a callback function
4424 ** to sqlite3_update_hook().
4450 ** ^The sqlite3_update_hook(D,C,P) function
4458 SQLITE_API void *sqlite3_update_hook(
H A Dsqlite3.c4960 ** See also the [sqlite3_update_hook()] interface.
4968 ** ^The sqlite3_update_hook() interface registers a callback function
4977 ** to sqlite3_update_hook().
5003 ** ^The sqlite3_update_hook(D,C,P) function
5011 SQLITE_API void *sqlite3_update_hook(
89235 #define sqlite3_update_hook macro
111437 SQLITE_API void *sqlite3_update_hook( function
[all...]

Completed in 529 milliseconds