Searched refs:BIO_meth_set_read (Results 1 – 9 of 9) sorted by relevance
18 #define BIO_meth_set_read(b, f) (b)->bread = (f) macro
242 BIO_meth_set_read(methods_bufferevent, bio_bufferevent_read); in BIO_s_bufferevent()
656 OPENSSL_EXPORT int BIO_meth_set_read(BIO_METHOD *method,
667 int BIO_meth_set_read(BIO_METHOD *method, in BIO_meth_set_read() function
642 BIO_meth_set_read(methods_rwcount, bio_rwcount_read); in BIO_s_rwcount()
1712 BIO_meth_set_read(method.get(), [](BIO *b, char *out, int len) -> int { in TEST()
1448 BIO_meth_set_read
3000 '#define BIO_meth_set_read GRPC_SHADOW_BIO_meth_set_read',
1476 #define BIO_meth_set_read GRPC_SHADOW_BIO_meth_set_read macro