Lines Matching defs:BIO_CTRL_FLUSH
133 #define BIO_CTRL_FLUSH 11 /* opt - 'flush' buffered output */579 #define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)