Searched refs:sqlite3_commit_hook (Results 1 – 4 of 4) sorted by relevance
413 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
6415 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
6721 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);127727 #define sqlite3_commit_hook sqlite3_api->commit_hook128151 sqlite3_commit_hook,168806 SQLITE_API void *sqlite3_commit_hook(
2334 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb); in DbObjCmd()2336 sqlite3_commit_hook(pDb->db, 0, 0); in DbObjCmd()