Searched refs:map_result_ptr (Results 1 – 1 of 1) sorted by relevance
441 map_result_ptr(unsafe { SSL_get_current_cipher(self.as_ptr()) }); in cipher()796 fn map_result_ptr<'a, T>(bssl_result: *const T) -> Result<&'a T> { in map_result_ptr() function