Home
last modified time | relevance | path

Searched refs:commit_hook (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/rusqlite/src/
Dhooks.rs348 pub fn commit_hook<F>(&self, hook: Option<F>) in commit_hook() method
352 self.db.borrow_mut().commit_hook(hook); in commit_hook()
413 self.commit_hook(None::<fn() -> bool>); in remove_hooks()
419 fn commit_hook<F>(&mut self, hook: Option<F>) in commit_hook() method
695 db.commit_hook(Some(|| { in test_commit_hook()
712 db.commit_hook(Some(hook)); in test_fn_commit_hook()
/external/sqlite/dist/
Dsqlite3ext.h75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member
404 #define sqlite3_commit_hook sqlite3_api->commit_hook
Dsqlite3.c123366 void * (*commit_hook)(sqlite3*,int(*)(void*),void*);
123695 #define sqlite3_commit_hook sqlite3_api->commit_hook
/external/sqlite/dist/orig/
Dsqlite3ext.h75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member
404 #define sqlite3_commit_hook sqlite3_api->commit_hook
Dsqlite3.c123350 void * (*commit_hook)(sqlite3*,int(*)(void*),void*);
123679 #define sqlite3_commit_hook sqlite3_api->commit_hook
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member
406 #define sqlite3_commit_hook sqlite3_api->commit_hook
Dsqlite3.c125454 void * (*commit_hook)(sqlite3*,int(*)(void*),void*);
125785 #define sqlite3_commit_hook sqlite3_api->commit_hook
/external/rust/crates/libsqlite3-sys/
DREADME.md103 * `hooks` for [Commit, Rollback](http://sqlite.org/c3ref/commit_hook.html) and [Data Change](http:/…
/external/rust/crates/rusqlite/
DREADME.md106 * `hooks` for [Commit, Rollback](http://sqlite.org/c3ref/commit_hook.html) and [Data Change](http:/…