HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_update_hook (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 207 sqlite3_update_hook.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 514 #define sqlite3_update_hook sqlite3_api->update_hook macro
sqlite3.h 7154 ** See also the [sqlite3_update_hook()] interface.
7229 ** ^The sqlite3_update_hook() interface registers a callback function
7238 ** ^The update hook is disabled by invoking sqlite3_update_hook()
7241 ** to sqlite3_update_hook().
7274 ** ^The sqlite3_update_hook(D,C,P) function
7282 SQLITE_API void *sqlite3_update_hook(
10895 ** See also: [sqlite3_update_hook()]
sqlite3.c 7475 ** See also the [sqlite3_update_hook()] interface.
7550 ** ^The sqlite3_update_hook() interface registers a callback function
7559 ** ^The update hook is disabled by invoking sqlite3_update_hook()
7562 ** to sqlite3_update_hook().
7595 ** ^The sqlite3_update_hook(D,C,P) function
7603 SQLITE_API void *sqlite3_update_hook(
11216 ** See also: [sqlite3_update_hook()]
142734 #define sqlite3_update_hook macro
189464 SQLITE_API void *sqlite3_update_hook( function
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 2047 sqlite3_update_hook(db, (pDb->pUpdateHook?DbUpdateHandler:0), pDb);

Completed in 72 milliseconds