Searched defs:BIO_meth_new (Results 1 – 3 of 3) sorted by relevance
65 pub fn BIO_meth_new(type_: c_int, name: *const c_char) -> *mut BIO_METHOD; in BIO_meth_new() function
36 BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function