Home
last modified time | relevance | path

Searched defs:from_ptr (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dforeign.rs25 fn from_ptr(ptr: *mut Self::CStruct) -> Self; in from_ptr() method
37 unsafe fn from_ptr<'a>(ptr: *mut Self::CStruct) -> &'a Self { in from_ptr() method
Dstack.rs130 fn from_ptr(ptr: *mut Self::CStruct) -> Self { in from_ptr() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dctx.rs111 pub(crate) fn from_ptr(ptr: *mut SSL_CTX) -> Self { in from_ptr() method