Searched defs:busy_handler (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/rusqlite/src/ |
D | busy.rs | 58 pub fn busy_handler(&self, callback: Option<fn(i32) -> bool>) -> Result<()> { in busy_handler() method 145 fn busy_handler(_: i32) -> bool { in test_busy_handler() function
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 261 public void busy_handler(SQLite.BusyHandler bh) { in busy_handler() method in Database
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3ext.h | 46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
|