Home
last modified time | relevance | path

Searched refs:get_stream_mut (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};
89 get_stream_mut(bio) in get_mut()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dbio.rs153 pub(crate) unsafe fn get_stream_mut<'a, S: 'a>(bio: *mut BIO) -> &'a mut S { in get_stream_mut() function