Searched refs:BIO_meth_new (Results 1 – 10 of 10) sorted by relevance
10 static inline BIO_METHOD *BIO_meth_new(int type, const char *name) in BIO_meth_new() function
237 methods_bufferevent = BIO_meth_new(BIO_TYPE_LIBEVENT, "bufferevent"); in BIO_s_bufferevent()
632 OPENSSL_EXPORT BIO_METHOD *BIO_meth_new(int type, const char *name);
634 BIO_METHOD *BIO_meth_new(int type, const char *name) { in BIO_meth_new() function
702 methods_rwcount = BIO_meth_new(BIO_TYPE_LIBEVENT_RWCOUNT, "rwcount"); in BIO_s_rwcount()
1442 BIO_meth_new
2994 '#define BIO_meth_new GRPC_SHADOW_BIO_meth_new',
1976 bssl::UniquePtr<BIO_METHOD> method(BIO_meth_new(0, nullptr)); in TEST()
1470 #define BIO_meth_new GRPC_SHADOW_BIO_meth_new macro
5574 UniquePtr<BIO_METHOD> bio_method(BIO_meth_new(0, nullptr)); in TEST_P()