[][src]Function tabbyssl::libcrypto::bio::tabby_BIO_get_close

#[no_mangle]pub extern "C" fn tabby_BIO_get_close(bio_ptr: *mut TABBY_BIO<'_>) -> c_int

BIO_get_close() returns the BIOs close flag.

#include <tabbyssl/openssl/bio.h>

int BIO_get_close(BIO *b);