Searched refs:sqlite3_commit_hook (Results 1 – 4 of 4) sorted by relevance
437 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
6992 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
7311 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);138808 #define sqlite3_commit_hook sqlite3_api->commit_hook139256 sqlite3_commit_hook,184966 SQLITE_API void *sqlite3_commit_hook(
2402 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb); in DbObjCmd()2404 sqlite3_commit_hook(pDb->db, 0, 0); in DbObjCmd()