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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3ext.h274 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dsqlite3.h4368 ** ^The sqlite3_commit_hook() interface registers a callback
4370 ** ^Any callback set by a previous call to sqlite3_commit_hook()
4380 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
4409 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
4455 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
H A Dsqlite3.c4921 ** ^The sqlite3_commit_hook() interface registers a callback
4923 ** ^Any callback set by a previous call to sqlite3_commit_hook()
4933 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions
4962 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
5008 ** See also the [sqlite3_commit_hook()] and [sqlite3_rollback_hook()]
89166 #define sqlite3_commit_hook macro
111419 SQLITE_API void *sqlite3_commit_hook( function
[all...]

Completed in 411 milliseconds