Searched defs:commit_hook (Results 1 – 6 of 6) sorted by relevance
| /external/rust/crates/rusqlite/src/ |
| D | hooks.rs | 346 pub fn commit_hook<F>(&self, hook: Option<F>) in commit_hook() method 417 fn commit_hook<F>(&mut self, hook: Option<F>) in commit_hook() method
|
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3ext.h | 75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member
|
| /external/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3ext.h | 75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member
|
| /external/sqlite/dist/sqlite-autoconf-3420000/orig/ |
| D | sqlite3ext.h | 75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3ext.h | 75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member
|
| /external/sqlite/dist/sqlite-autoconf-3420000/ |
| D | sqlite3ext.h | 75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member
|