Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dbio.rs46 pub(crate) fn BIO_meth_free(biom: *mut BIO_METHOD); in BIO_meth_free() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dbio.rs25 BIO_clear_flags, BIO_free_all, BIO_get_data, BIO_meth_free, BIO_meth_new, BIO_meth_set_create,
110 unsafe { BIO_meth_free(self.0) } in drop()