Lines Matching refs:file
27 BIO_s_file() returns the BIO file method. As its name implies it
32 underlying stream. BIO_gets() and BIO_puts() are supported on file BIOs.
34 BIO_flush() on a file BIO calls the fflush() function on the wrapped
37 BIO_reset() attempts to change the file pointer to the start of file
40 BIO_seek() sets the file pointer to position B<ofs> from start of file
48 BIO_new_file() creates a new file BIO with mode B<mode> the meaning
52 BIO_new_fp() creates a file BIO wrapping B<stream>. Flags can be:
57 BIO_set_fp() sets the fp of a file BIO to B<fp>. B<flags> has the same
60 BIO_get_fp() retrieves the fp of a file BIO, it is a macro.
63 from the start of file.
68 BIO_rw_filename() set the file BIO B<b> to use file B<name> for
76 Because the file BIO calls the underlying stdio functions any quirks
85 BIO_s_file() returns the file BIO method.
87 BIO_new_file() and BIO_new_fp() return a file BIO or NULL if an error
95 BIO_tell() returns the current file position or negative values for failure.
99 returned if the file does not exist.
121 Write to a file:
164 this file except in compliance with the License. You can obtain a copy
165 in the file LICENSE in the source distribution or at