Searched defs:BIO_flush (Results 1 – 3 of 3) sorted by relevance
210 int BIO_flush(BIO *bio) { in BIO_flush() function
579 #define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL) macro