Searched refs:BIO_meth_set_create (Results 1 – 9 of 9) sorted by relevance
21 #define BIO_meth_set_create(b, f) (b)->create = (f) macro
245 BIO_meth_set_create(methods_bufferevent, bio_bufferevent_new); in BIO_s_bufferevent()
640 OPENSSL_EXPORT int BIO_meth_set_create(BIO_METHOD *method,
649 int BIO_meth_set_create(BIO_METHOD *method, in BIO_meth_set_create() function
645 BIO_meth_set_create(methods_rwcount, bio_rwcount_new); in BIO_s_rwcount()
1707 ASSERT_TRUE(BIO_meth_set_create(method.get(), [](BIO *b) -> int { in TEST()
1443 BIO_meth_set_create
2995 '#define BIO_meth_set_create GRPC_SHADOW_BIO_meth_set_create',
1471 #define BIO_meth_set_create GRPC_SHADOW_BIO_meth_set_create macro