Home | History | Annotate | Download | only in bio

Lines Matching defs:BIO_C_FILE_TELL

436 #define BIO_C_FILE_TELL				133
517 #define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)