Lines Matching defs:BIO_CTRL_EOF
124 #define BIO_CTRL_EOF 2 /* opt - are we at the eof */568 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL)