Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_CTRL_SET_CLOSE

131 #define BIO_CTRL_SET_CLOSE	9  /* man - set the 'close' on free */
569 #define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL)