Lines Matching full:bios
48 BIOs manual page as well as any special features of the standard
52 of file related BIOs for example it rewinds the file pointer to the
56 FILE BIOs) file position pointer to B<ofs> bytes from start of file.
71 BIO_get_close() returns the BIOs close flag.
74 return the number of pending characters in the BIOs read and write buffers.
75 Not all BIOs support these calls. BIO_ctrl_pending() and BIO_ctrl_wpending()
87 BIOs are an exception, they return 0 for success and -1 for failure.
90 and -1 for failure, except file BIOs which for BIO_seek() always return 0
125 Filter BIOs if they do not internally handle a particular BIO_ctrl()
130 unexpected results: for example no current filter BIOs implement
134 Source/sink BIOs return an 0 if they do not recognize the BIO_ctrl()