commit_hook 101932 ext/sqlite3/libsqlite/sqlite3.c void * (*commit_hook)(sqlite3*,int(*)(void*),void*); commit_hook 102181 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_commit_hook sqlite3_api->commit_hook commit_hook 77 ext/sqlite3/libsqlite/sqlite3ext.h void * (*commit_hook)(sqlite3*,int(*)(void*),void*); commit_hook 326 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_commit_hook sqlite3_api->commit_hook