Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_ctrl.pod6 BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close,
28 int BIO_get_close(BIO *b);
67 BIO_get_close() returns the BIOs close flag.
90 BIO_get_close() returns the close flag value: BIO_CLOSE or BIO_NOCLOSE.
DBIO_s_fd.pod87 L<BIO_set_close(3)>, L<BIO_get_close(3)>
DBIO_s_file.pod157 L<BIO_set_close(3)>, L<BIO_get_close(3)>
/third_party/openssl/util/
Dprivate.num111 BIO_get_close define
/third_party/openssl/include/openssl/
Dbio.h483 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL) macro