Home
last modified time | relevance | path

Searched refs:BIO_seek (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_ctrl.pod6 BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close,
23 int BIO_seek(BIO *b, int ofs);
51 BIO_seek() resets a file related BIO's (that is file descriptor and
80 BIO_seek() and BIO_tell() both return the current file position on success
81 and -1 for failure, except file BIOs which for BIO_seek() always return 0
114 BIO_seek(), but this may still succeed if the chain ends in a FILE
125 the case of BIO_seek() on a file BIO for a successful operation.
DBIO_s_file.pod40 BIO_seek() sets the file pointer to position B<ofs> from start of file
62 BIO_seek() is a macro that sets the position pointer to B<offset> bytes
93 BIO_seek() returns the same value as the underlying fseek() function:
145 BIO_reset() and BIO_seek() are implemented using fseek() on the underlying
152 L<BIO_seek(3)>, L<BIO_tell(3)>,
DBIO_s_fd.pod32 BIO_seek() sets the file pointer to position B<ofs> from start of file
83 L<BIO_seek(3)>, L<BIO_tell(3)>,
/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-anchor.c1400 (void)BIO_seek(zone, 0); in xml_is_zone_name()
1472 (void)BIO_seek(a, 0); in xml_append_bio()
1611 (void)BIO_seek(xml, 0); in xml_parse()
1630 (void)BIO_seek(data.ds, 0); in xml_parse()
1785 (void)BIO_seek(p7s, 0); in verify_p7sig()
1786 (void)BIO_seek(data, 0); in verify_p7sig()
1870 (void)BIO_seek(ds, 0); in write_root_anchor()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h420 # define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) macro
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile614 MLINKS+= BIO_ctrl.3 BIO_seek.3