Searched refs:busy_handler_callback (Results 1 – 1 of 1) sorted by relevance
59 unsafe extern "C" fn busy_handler_callback(p_arg: *mut c_void, count: c_int) -> c_int { in busy_handler() function70 ffi::sqlite3_busy_handler(c.db(), Some(busy_handler_callback), f as *mut c_void) in busy_handler()