Home
last modified time | relevance | path

Searched refs:busy_handler_callback (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rusqlite/src/
Dbusy.rs59 unsafe extern "C" fn busy_handler_callback(p_arg: *mut c_void, count: c_int) -> c_int { in busy_handler() function
70 ffi::sqlite3_busy_handler(c.db(), Some(busy_handler_callback), f as *mut c_void) in busy_handler()