Lines Matching refs:file
5 BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO
20 BIO_s_fd() returns the file descriptor BIO method. This is a wrapper
21 round the platforms file descriptor routines such as read() and write().
27 file descriptor when the BIO is freed.
29 BIO_reset() attempts to change the file pointer to the start of file
32 BIO_seek() sets the file pointer to position B<ofs> from start of file
35 BIO_tell() returns the current file position such as by calling
38 BIO_set_fd() sets the file descriptor of BIO B<b> to B<fd> and the close
41 BIO_get_fd() places the file descriptor of BIO B<b> in B<c> if it is not NULL.
42 It also returns the file descriptor.
44 BIO_new_fd() returns a file descriptor BIO using B<fd> and B<close_flag>.
50 file descriptor is in a non blocking mode then the BIO will behave in the
61 BIO_s_fd() returns the file descriptor BIO method.
65 BIO_get_fd() returns the file descriptor or -1 if the BIO has not
73 This is a file descriptor BIO version of "Hello World":
94 this file except in compliance with the License. You can obtain a copy
95 in the file LICENSE in the source distribution or at