[][src]Function tabbyssl::libssl::ssl::tabby_SSL_flush

#[no_mangle]pub extern "C" fn tabby_SSL_flush(ssl_ptr: *mut TABBY_SSL) -> c_int

SSL_write - write num bytes from the buffer buf into the specified ssl connection.

#include <tabbyssl/openssl/ssl.h>

int SSL_write(SSL *ssl, const void *buf, int num);