Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_commit_hook

5079 ** ^The sqlite3_commit_hook() interface registers a callback
5081 ** ^Any callback set by a previous call to sqlite3_commit_hook()
5091 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
5122 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5168 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
91281 #define sqlite3_commit_hook sqlite3_api->commit_hook
91591 sqlite3_commit_hook,
113769 SQLITE_API void *sqlite3_commit_hook(