Searched refs:unlock_notify (Results 1 – 15 of 15) sorted by relevance
/external/rust/crates/rusqlite/src/ |
D | raw_statement.rs | 2 use super::unlock_notify; 101 if unsafe { !unlock_notify::is_locked(db, rc) } { in step() 104 rc = unsafe { unlock_notify::wait_for_unlock_notify(db) }; in step()
|
D | inner_connection.rs | 16 use crate::unlock_notify; 225 if !unlock_notify::is_locked(self.db, rc) { in prepare() 228 rc = unlock_notify::wait_for_unlock_notify(self.db); in prepare()
|
D | lib.rs | 120 mod unlock_notify; module
|
/external/rust/crates/rusqlite/ |
D | Cargo.toml.orig | 43 unlock_notify = ["libsqlite3-sys/unlock_notify"] 91 "unlock_notify",
|
D | Cargo.toml | 136 …_blob", "limits", "load_extension", "serde_json", "series", "trace", "unlock_notify", "url", "uuid… 153 unlock_notify = ["libsqlite3-sys/unlock_notify"]
|
D | README.md | 103 * `unlock_notify` for [Unlock](https://sqlite.org/unlock_notify.html) notification.
|
D | Changelog.md | 17 * Add support to unlock notification behind `unlock_notify` feature (#294, #331).
|
/external/rust/crates/libsqlite3-sys/ |
D | Cargo.toml.orig | 28 unlock_notify = []
|
D | Cargo.toml | 53 unlock_notify = []
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 230 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); member 545 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
|
D | sqlite3.c | 123521 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); 123836 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 230 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); member 545 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
|
D | sqlite3.c | 123505 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); 123820 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3ext.h | 230 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); member 545 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
|
D | sqlite3.c | 123825 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); 124140 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
|