Home
last modified time | relevance | path

Searched refs:BIO_get_close (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_ctrl.pod6 BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close,
29 int BIO_get_close(BIO *b);
71 BIO_get_close() returns the BIOs close flag.
99 BIO_get_close() returns the close flag value: BIO_CLOSE or BIO_NOCLOSE. It also
H A DBIO_s_fd.pod87 L<BIO_set_close(3)>, L<BIO_get_close(3)>
H A DBIO_s_file.pod156 L<BIO_set_close(3)>, L<BIO_get_close(3)>
/freebsd/crypto/openssl/util/
H A Dother.syms173 BIO_get_close define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL) macro
H A Dbio.h.in535 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile808 MLINKS+= BIO_ctrl.3 BIO_get_close.3