Searched refs:BIO_get_shutdown (Results 1 – 8 of 8) sorted by relevance
29 #define BIO_get_shutdown(b) (b)->shutdown macro
124 if (BIO_get_shutdown(b)) { in bio_bufferevent_free()199 ret = BIO_get_shutdown(b); in bio_bufferevent_ctrl()
573 if (BIO_get_shutdown(b)) { in bio_rwcount_free()608 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