Searched refs:BIO_tell (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | BIO_s_fd.pod | 35 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)>,
|
| D | BIO_s_file.pod | 65 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)>,
|
| D | BIO_ctrl.pod | 6 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/ |
| D | bio.h | 473 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) macro
|
| /freebsd-9-stable/secure/lib/libcrypto/ |
| D | Makefile.man | 179 MLINKS+= BIO_ctrl.3 BIO_tell.3
|