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