Searched refs:sqlite3_commit_hook (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 178 sqlite3_commit_hook,
|
| H A D | sqlite3ext.h | 428 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
|
| H A D | tclsqlite.c | 2330 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb); in DbObjCmd() 2332 sqlite3_commit_hook(pDb->db, 0, 0); in DbObjCmd()
|
| H A D | main.c | 2218 void *sqlite3_commit_hook( in sqlite3_commit_hook() function
|
| H A D | sqlite.h.in | 6460 ** ^The sqlite3_commit_hook() interface registers a callback 6462 ** ^Any callback set by a previous call to sqlite3_commit_hook() 6472 ** ^The sqlite3_commit_hook(D,C,P) and sqlite3_rollback_hook(D,C,P) functions 6503 void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*); 6618 ** See also the [sqlite3_commit_hook()], [sqlite3_rollback_hook()],
|