Home | History | Annotate | Download | only in bio

Lines Matching refs:BIO_C_FILE_SEEK

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