Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_CTRL_RESET

123 #define BIO_CTRL_RESET		1  /* opt - rewind/zero etc */
567 #define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL)