Searched defs:BIO_clear_flags (Results 1 – 3 of 3) sorted by relevance
190 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags() function
206 void BIO_clear_flags(BIO *b, int flags) in BIO_clear_flags() function
1161 #define BIO_clear_flags(b, x) b->flags &= ~(x) macro