Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching full:sqlite3_commit_hook

3699 ** The sqlite3_commit_hook() interface registers a callback
3701 ** Any callback set by a previous call to sqlite3_commit_hook()
3705 ** Any callback set by a previous call to sqlite3_commit_hook()
3737 void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);