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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile200 sqlite3_update_hook.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h504 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dsqlite3.h6766 ** See also the [sqlite3_update_hook()] interface.
6841 ** ^The sqlite3_update_hook() interface registers a callback function
6851 ** to sqlite3_update_hook().
6878 ** ^The sqlite3_update_hook(D,C,P) function
6886 SQLITE_API void *sqlite3_update_hook(
10409 ** See also: [sqlite3_update_hook()]
H A Dsqlite3.c7079 ** See also the [sqlite3_update_hook()] interface.
7154 ** ^The sqlite3_update_hook() interface registers a callback function
7164 ** to sqlite3_update_hook().
7191 ** ^The sqlite3_update_hook(D,C,P) function
7199 SQLITE_API void *sqlite3_update_hook(
10722 ** See also: [sqlite3_update_hook()]
135976 #define sqlite3_update_hook macro
180467 SQLITE_API void *sqlite3_update_hook( function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1267 void *sqlite3_update_hook(
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1937 sqlite3_update_hook(db, (pDb->pUpdateHook?DbUpdateHandler:0), pDb);

Completed in 693 milliseconds