Searched refs:BIO_get_close (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_ctrl.pod | 6 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 D | BIO_s_fd.pod | 87 L<BIO_set_close(3)>, L<BIO_get_close(3)>
|
H A D | BIO_s_file.pod | 156 L<BIO_set_close(3)>, L<BIO_get_close(3)>
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 173 BIO_get_close define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 558 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL) macro
|
H A D | bio.h.in | 535 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 808 MLINKS+= BIO_ctrl.3 BIO_get_close.3
|