Searched refs:get_stream_ref (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};82 get_stream_ref(bio) in get_ref()
148 pub(crate) unsafe fn get_stream_ref<'a, S: 'a>(bio: *mut BIO) -> &'a S { in get_stream_ref() function