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