X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FBIO_s_fd.pod;h=b1de1d1015496b587f2a4ac690389892aa1721c3;hb=8a4af56fc6ef29c938d0e181bf39533f941decb3;hp=4681e5e13b6583671815905770bff63f9a907255;hpb=acb5b34328e0e65095f7924f58c78a146e3d8a93;p=oweals%2Fopenssl.git diff --git a/doc/crypto/BIO_s_fd.pod b/doc/crypto/BIO_s_fd.pod index 4681e5e13b..b1de1d1015 100644 --- a/doc/crypto/BIO_s_fd.pod +++ b/doc/crypto/BIO_s_fd.pod @@ -29,6 +29,11 @@ file descriptor when the BIO is freed. BIO_reset() attempts to change the file pointer to the start of file using lseek(fd, 0, 0). +BIO_seek() sets the file pointer to position B from start of file +using lseek(fd, ofs, 0). + +BIO_tell() returns the current file position by calling lseek(fd, 0, 1). + BIO_set_fd() sets the file descriptor of BIO B to B and the close flag to B. @@ -77,4 +82,8 @@ This is a file descriptor BIO version of "Hello World": =head1 SEE ALSO -L, L, TBA +L, L, +L, L, +L, L, +L, L, +L, L