Home
last modified time | relevance | path

Searched refs:BIO_tell (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/openssl/doc/crypto/
DBIO_s_fd.pod35 BIO_tell() returns the current file position by calling lseek(fd, 0, 1).
62 BIO_seek() and BIO_tell() return the current file position or -1
85 L<BIO_seek(3)|BIO_seek(3)>, L<BIO_tell(3)|BIO_tell(3)>,
DBIO_s_file.pod65 BIO_tell() returns the value of the position pointer.
125 BIO_tell() returns the current file position.
139 L<BIO_seek(3)|BIO_seek(3)>, L<BIO_tell(3)|BIO_tell(3)>,
DBIO_ctrl.pod6 BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close,
21 int BIO_tell(BIO *b);
53 BIO_tell() returns the current file position of a file related BIO.
79 BIO_seek() and BIO_tell() both return the current file position on success
/freebsd-9-stable/crypto/openssl/crypto/bio/
Dbio.h473 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
/freebsd-9-stable/secure/lib/libcrypto/
DMakefile.man179 MLINKS+= BIO_ctrl.3 BIO_tell.3