Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_pending

571 #define BIO_pending(b)		(int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)