Searched refs:BIO_get_shutdown (Results 1 – 11 of 11) 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()
749 OPENSSL_EXPORT int BIO_get_shutdown(BIO *bio);
753 OPENSSL_EXPORT int BIO_get_shutdown(BIO *bio);
634 if (BIO_get_shutdown(b)) { in bio_rwcount_free()672 ret = BIO_get_shutdown(b); in bio_rwcount_ctrl()
697 int BIO_get_shutdown(BIO *bio) { return bio->shutdown; } in BIO_get_shutdown() function
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
789 #define BIO_get_shutdown BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_get_shutdown) macro