Home
last modified time | relevance | path

Searched defs:busy_handler (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/rusqlite/src/
Dbusy.rs58 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/
DDatabase.java261 public void busy_handler(SQLite.BusyHandler bh) { in busy_handler() method in Database
/external/sqlite/dist/
Dsqlite3ext.h46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
/external/sqlite/dist/orig/
Dsqlite3ext.h46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member