Searched defs:BIO_set_shutdown (Results 1 – 9 of 9) sorted by relevance
30 #define BIO_set_shutdown(b, val) (b)->shutdown = (val) macro
34 static void BIO_set_shutdown(BIO* a, int shut) { in BIO_set_shutdown() function
142 #define BIO_set_shutdown(x,v) ((x)->shutdown=(v)) macro
704 void BIO_set_shutdown(BIO *bio, int shutdown) { bio->shutdown = shutdown; } in BIO_set_shutdown() function
695 void BIO_set_shutdown(BIO *bio, int shutdown) { bio->shutdown = shutdown; } in BIO_set_shutdown() function
699 void BIO_set_shutdown(BIO *bio, int shutdown) { bio->shutdown = shutdown; } in BIO_set_shutdown() function
665 #define BIO_set_shutdown(x,v) ((x)->shutdown=(v)) macro
898 #define BIO_set_shutdown BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_set_shutdown) macro
886 #define BIO_set_shutdown BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_set_shutdown) macro