Home
last modified time | relevance | path

Searched defs:from_ptr (Results 1 - 14 of 14) sorted by relevance

/third_party/rust/crates/foreign-types/foreign-types-shared/src/
H A Dlib.rs23 unsafe fn from_ptr(ptr: *mut Self::CType) -> Self; in from_ptr() functions
36 unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self { in from_ptr() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dconf.rs38 pub unsafe fn from_ptr(ptr: *mut ffi::CONF_METHOD) -> ConfMethod { in from_ptr() functions
H A Dbio.rs71 pub unsafe fn from_ptr(bio: *mut ffi::BIO) -> MemBio { in from_ptr() functions
H A Dmacros.rs186 unsafe fn from_ptr(ptr: *mut $ctype) -> $owned<T> { in from_ptr() functions
H A Dmd.rs39 unsafe fn from_ptr(ptr: *mut Self::CType) -> Self { in from_ptr() functions
[all...]
H A Dstack.rs107 unsafe fn from_ptr(ptr: *mut T::StackType) -> Stack<T> { in from_ptr() functions
H A Dhash.rs63 pub unsafe fn from_ptr(x: *const ffi::EVP_MD) -> Self { in from_ptr() functions
H A Dsymm.rs353 pub unsafe fn from_ptr(ptr: *const ffi::EVP_CIPHER) -> Cipher { in from_ptr() functions
H A Dcipher.rs62 unsafe fn from_ptr(ptr: *mut Self::CType) -> Self { in from_ptr() functions
[all...]
/third_party/rust/crates/foreign-types/foreign-types/src/
H A Dlib.rs228 unsafe fn from_ptr(ptr: *mut $ctype) -> $owned { in from_ptr() functions
/third_party/json/include/nlohmann/
H A Djson.hpp4883 operation_remove(from_ptr); variable
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs648 pub fn from_ptr(ptr: *mut c_void) -> Self { in from_ptr() functions
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs365 pub unsafe fn from_ptr(ptr: *const ffi::SSL_METHOD) -> SslMethod { in from_ptr() functions
725 pub unsafe fn from_ptr(ctx: *mut ffi::SSL_CTX) -> SslContextBuilder { in from_ptr() functions
1933 unsafe fn from_ptr(pt functions
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs19821 unsafe fn from_ptr(ptr: *mut RcBox<T>) -> Self { in from_ptr() functions
23516 unsafe fn from_ptr(ptr: *mut ArcInner<T>) -> Self { from_ptr() functions
[all...]

Completed in 64 milliseconds