Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_tell

514 #define BIO_tell(b)	(int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)