Home | History | Annotate | Download | only in bio

Lines Matching defs:BIO_CTRL_FLUSH

133 #define BIO_CTRL_FLUSH		11  /* opt - 'flush' buffered output */
576 #define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)