Searched defs:BIO_METHOD (Results 1 – 2 of 2) sorted by relevance
40 pub(crate) enum BIO_METHOD {} enum44 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()
100 fn get(&self) -> *mut BIO_METHOD { in get()123 fn get(&self) -> *mut BIO_METHOD { in get()