Searched refs:ex_data_mut (Results 1 – 2 of 2) sorted by relevance
593 let new = match ssl.ex_data_mut(idx) { in raw_custom_ext_add()626 if let Some(state) = ssl.ex_data_mut(idx) { in raw_custom_ext_free()
2956 pub fn ex_data_mut<T>(&mut self, index: Index<Ssl, T>) -> Option<&mut T> { in ex_data_mut() method