Home
last modified time | relevance | path

Searched defs:BIO_METHOD (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.rs40 pub(crate) enum BIO_METHOD {} enum
44 pub(crate) fn BIO_meth_new(type_: c_int, name: *const c_char) -> *mut BIO_METHOD; in BIO_meth_new()
46 pub(crate) fn BIO_meth_free(biom: *mut BIO_METHOD); in BIO_meth_free()
49 biom: *mut BIO_METHOD, in BIO_meth_set_write()
54 biom: *mut BIO_METHOD, in BIO_meth_set_read()
59 biom: *mut BIO_METHOD, in BIO_meth_set_puts()
64 biom: *mut BIO_METHOD, in BIO_meth_set_ctrl()
69 biom: *mut BIO_METHOD, in BIO_meth_set_create()
74 biom: *mut BIO_METHOD, in BIO_meth_set_destroy()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dbio.rs100 fn get(&self) -> *mut BIO_METHOD { in get()
123 fn get(&self) -> *mut BIO_METHOD { in get()