Searched defs:BIO_get_shutdown (Results 1 – 3 of 3) sorted by relevance
29 #define BIO_get_shutdown(b) (b)->shutdown macro
695 int BIO_get_shutdown(BIO *bio) { return bio->shutdown; } in BIO_get_shutdown() function
1465 #define BIO_get_shutdown GRPC_SHADOW_BIO_get_shutdown macro