Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_seek

513 #define BIO_seek(b,ofs)	(int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL)