Searched refs:CStruct (Results 1 – 5 of 5) sorted by relevance
20 type CStruct; typedef22 type Ref: ForeignRef<CStruct = Self::CStruct>;25 fn from_ptr(ptr: *mut Self::CStruct) -> Self; in from_ptr()27 fn as_ptr(&self) -> *mut Self::CStruct; in as_ptr() argument32 type CStruct; typedef37 unsafe fn from_ptr<'a>(ptr: *mut Self::CStruct) -> &'a Self { in from_ptr()44 unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CStruct) -> &'a mut Self { in from_ptr_mut()50 fn as_ptr(&self) -> *mut Self::CStruct { in as_ptr() argument57 type CStruct = $ctype:ty;71 type CStruct = $ctype;[all …]
41 type CStruct = C_X509;48 type CStruct = X509_NAME;55 type CStruct = EVP_PKEY;202 type CStruct = X509_STORE;233 type CStruct = X509_VERIFY_PARAM;275 type CStruct = X509_STORE_CTX;292 type CStruct = X509_PUBKEY;
119 type CStruct = T::StackType; typedef129 type CStruct = T::StackType; typedef132 fn from_ptr(ptr: *mut Self::CStruct) -> Self { in from_ptr()136 fn as_ptr(&self) -> *mut Self::CStruct { in as_ptr() argument
44 type CStruct = SSL;
43 type CStruct = SSL_CTX;