Lines Matching refs:sqlite3_commit_hook
7057 ** ^The sqlite3_commit_hook() interface registers a callback
7059 ** ^Any callback set by a previous call to sqlite3_commit_hook()
7069 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
7100 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
7221 ** See also the [sqlite3_commit_hook()], [sqlite3_rollback_hook()],
136868 #define sqlite3_commit_hook sqlite3_api->commit_hook
137314 sqlite3_commit_hook,
182058 SQLITE_API void *sqlite3_commit_hook(