Searched refs:BIO_get_shutdown (Results 1 – 8 of 8) sorted by relevance
33 #define BIO_get_shutdown(b) (b)->shutdown macro
123 if (BIO_get_shutdown(b)) { in bio_bufferevent_free()198 ret = BIO_get_shutdown(b); in bio_bufferevent_ctrl()
634 if (BIO_get_shutdown(b)) { in bio_rwcount_free()672 ret = BIO_get_shutdown(b); in bio_rwcount_ctrl()
749 OPENSSL_EXPORT int BIO_get_shutdown(BIO *bio);
695 int BIO_get_shutdown(BIO *bio) { return bio->shutdown; } in BIO_get_shutdown() function
1437 BIO_get_shutdown
2989 '#define BIO_get_shutdown GRPC_SHADOW_BIO_get_shutdown',
1465 #define BIO_get_shutdown GRPC_SHADOW_BIO_get_shutdown macro