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

#[no_mangle]pub extern "C" fn tabby_SSL_write(
    ssl_ptr: *mut TABBY_SSL,
    buf_ptr: *const c_uchar,
    buf_len: c_int
) -> 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);