Searched refs:free_commit_hook (Results 1 – 2 of 2) sorted by relevance
462 let free_commit_hook = if hook.is_some() { in commit_hook() localVariable482 if let Some(free_boxed_hook) = self.free_commit_hook { in commit_hook()486 self.free_commit_hook = free_commit_hook; in commit_hook()
27 pub free_commit_hook: Option<unsafe fn(*mut std::os::raw::c_void)>, field51 free_commit_hook: None, in new()