Searched refs:get_stream_mut (Results 1 – 2 of 2) sorted by relevance
24 use crate::c_openssl::bio::{self, get_error, get_panic, get_stream_mut, get_stream_ref};89 get_stream_mut(bio) in get_mut()
153 pub(crate) unsafe fn get_stream_mut<'a, S: 'a>(bio: *mut BIO) -> &'a mut S { in get_stream_mut() function