Searched refs:BIO_get_close (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_ctrl.pod | 6 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.
|
D | BIO_s_fd.pod | 87 L<BIO_set_close(3)>, L<BIO_get_close(3)>
|
D | BIO_s_file.pod | 157 L<BIO_set_close(3)>, L<BIO_get_close(3)>
|
/third_party/openssl/util/ |
D | private.num | 111 BIO_get_close define
|
/third_party/openssl/include/openssl/ |
D | bio.h | 483 # define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL) macro
|