Searched refs:sqlite3_commit_hook (Results 1 – 12 of 12) sorted by relevance
| /external/rust/android-crates-io/crates/rusqlite/src/hooks/ |
| D | mod.rs | 472 ffi::sqlite3_commit_hook( in commit_hook() 479 _ => unsafe { ffi::sqlite3_commit_hook(self.db(), None, ptr::null_mut()) }, in commit_hook()
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3ext.h | 435 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
|
| D | sqlite3.h | 6783 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
|
| /external/sqlite/dist/sqlite-autoconf-3440400/ |
| D | sqlite3ext.h | 435 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
|
| D | sqlite3.h | 6783 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
|
| /external/sqlite/dist/sqlite-autoconf-3440400/orig/ |
| D | sqlite3ext.h | 435 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
|
| D | sqlite3.h | 6783 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
|
| /external/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3ext.h | 435 #define sqlite3_commit_hook sqlite3_api->commit_hook macro
|
| D | sqlite3.h | 6783 SQLITE_API void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
|
| /external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/ |
| D | bindgen_3.14.0.rs | 1450 pub fn sqlite3_commit_hook( in sqlite3_commit_hook() function
|
| D | bindgen_3.14.0_ext.rs | 3018 pub unsafe fn sqlite3_commit_hook( in sqlite3_commit_hook() function
|
| /external/python/pycparser/utils/benchmark/inputs/ |
| D | sqlite-btree.c.ppout | 710 void *sqlite3_commit_hook(sqlite3*, int(*)(void*), void*);
|