Searched defs:BIO_set_shutdown (Results 1 – 3 of 3) sorted by relevance
26 #define BIO_set_shutdown(b, val) (b)->shutdown = (val) macro
693 void BIO_set_shutdown(BIO *bio, int shutdown) { bio->shutdown = shutdown; } in BIO_set_shutdown() function
1498 #define BIO_set_shutdown GRPC_SHADOW_BIO_set_shutdown macro