Home
last modified time | relevance | path

Searched refs:get_stream_ref (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dstream.rs24 use crate::c_openssl::bio::{self, get_error, get_panic, get_stream_mut, get_stream_ref};
82 get_stream_ref(bio) in get_ref()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dbio.rs148 pub(crate) unsafe fn get_stream_ref<'a, S: 'a>(bio: *mut BIO) -> &'a S { in get_stream_ref() function