Searched refs:sqlite3_commit_hook (Results 1 – 4 of 4) sorted by relevance
445 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
7156 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
7477 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);142678 #define sqlite3_commit_hook sqlite3_api->commit_hook macro143134 sqlite3_commit_hook,189444 SQLITE_API void *sqlite3_commit_hook( function
2835 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb); in DbObjCmd()2837 sqlite3_commit_hook(pDb->db, 0, 0); in DbObjCmd()