Home
last modified time | relevance | path

Searched refs:sqlite3_commit_hook (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dloadext.c178 sqlite3_commit_hook,
H A Dsqlite3ext.h428 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
H A Dtclsqlite.c2330 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb); in DbObjCmd()
2332 sqlite3_commit_hook(pDb->db, 0, 0); in DbObjCmd()
H A Dmain.c2218 void *sqlite3_commit_hook( in sqlite3_commit_hook() function
H A Dsqlite.h.in6460 ** ^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()],