Lines Matching defs:sqlite3_commit_hook
6821 ** ^The sqlite3_commit_hook() interface registers a callback
6823 ** ^Any callback set by a previous call to sqlite3_commit_hook()
6833 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
6864 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
6979 ** See also the [sqlite3_commit_hook()], [sqlite3_rollback_hook()],
132357 #define sqlite3_commit_hook sqlite3_api->commit_hook
132801 sqlite3_commit_hook,
175648 SQLITE_API void *sqlite3_commit_hook(