Searched refs:sqlite3_commit_hook (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h295 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h4480 ** ^The sqlite3_commit_hook() interface registers a callback
4482 ** ^Any callback set by a previous call to sqlite3_commit_hook()
4492 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
4523 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
4569 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
H A Dsqlite3.c5030 ** ^The sqlite3_commit_hook() interface registers a callback
5032 ** ^Any callback set by a previous call to sqlite3_commit_hook()
5042 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
5073 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5119 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
91142 #define sqlite3_commit_hook macro
113513 SQLITE_API void *sqlite3_commit_hook( function
[all...]

Completed in 489 milliseconds