Home
last modified time | relevance | path

Searched refs:sqlite3_update_hook (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dloadext.c250 sqlite3_update_hook,
H A Dsqlite3ext.h497 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dmain.c2243 void *sqlite3_update_hook( in sqlite3_update_hook() function
H A Dtclsqlite.c1913 sqlite3_update_hook(db, (pDb->pUpdateHook?DbUpdateHandler:0), pDb); in DbHookCmd()
H A Dsqlite.h.in6501 ** See also the [sqlite3_update_hook()] interface.
6576 ** ^The sqlite3_update_hook() interface registers a callback function
6586 ** to sqlite3_update_hook().
6613 ** ^The sqlite3_update_hook(D,C,P) function
6621 void *sqlite3_update_hook(
10104 ** See also: [sqlite3_update_hook()]
/sqlite-3.40.0/test/
H A Dhook.test131 # EVIDENCE-OF: R-21999-45122 The sqlite3_update_hook() interface
193 # EVIDENCE-OF: R-61808-14344 The sqlite3_update_hook() interface does