Searched refs:sqlite3_commit_hook (Results 1 – 4 of 4) sorted by relevance
435 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
6787 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
7100 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);136868 #define sqlite3_commit_hook sqlite3_api->commit_hook137314 sqlite3_commit_hook,182058 SQLITE_API void *sqlite3_commit_hook(
2354 sqlite3_commit_hook(pDb->db, DbCommitHandler, pDb); in DbObjCmd()2356 sqlite3_commit_hook(pDb->db, 0, 0); in DbObjCmd()