Searched refs:BIO_meth_set_ctrl (Results 1 – 9 of 9) sorted by relevance
24 #define BIO_meth_set_ctrl(b, f) (b)->ctrl = (f) macro
243 BIO_meth_set_ctrl(methods_bufferevent, bio_bufferevent_ctrl); in BIO_s_bufferevent()
666 OPENSSL_EXPORT int BIO_meth_set_ctrl(BIO_METHOD *method,
679 int BIO_meth_set_ctrl(BIO_METHOD *method, in BIO_meth_set_ctrl() function
708 BIO_meth_set_ctrl(methods_rwcount, bio_rwcount_ctrl); in BIO_s_rwcount()
1444 BIO_meth_set_ctrl
2996 '#define BIO_meth_set_ctrl GRPC_SHADOW_BIO_meth_set_ctrl',
1472 #define BIO_meth_set_ctrl GRPC_SHADOW_BIO_meth_set_ctrl macro
5596 ASSERT_TRUE(BIO_meth_set_ctrl( in TEST_P()