deimos.openssl.bio

Undocumented in source.

Public Imports

deimos.openssl.e_os2
public import deimos.openssl.e_os2;
Undocumented in source.
deimos.openssl.crypto
public import deimos.openssl.crypto;
Undocumented in source.

Members

Aliases

BIO
alias BIO = bio_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BUFFER_CTX
alias BIO_F_BUFFER_CTX = bio_f_buffer_ctx_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_METHOD
alias BIO_METHOD = bio_method_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_do_accept
alias BIO_do_accept = BIO_do_handshake
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_do_connect
alias BIO_do_connect = BIO_do_handshake
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_file_internal
alias BIO_s_file_internal = BIO_s_file
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
asn1_ps_func
alias asn1_ps_func = typeof(*(ExternC!(int function(BIO* b, ubyte** pbuf, int* plen, void* parg))).init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bio_info_cb
alias bio_info_cb = typeof(*(ExternC!(void function(bio_st*, int, const(char)*, int, c_long, c_long))).init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

BIO_CB_return
auto BIO_CB_return(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_accept
int BIO_accept(int sock, char** ip_port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_append_filename
auto BIO_append_filename(BIO* b, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_asn1_get_prefix
int BIO_asn1_get_prefix(BIO* b, asn1_ps_func** pprefix, asn1_ps_func** pprefix_free)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_asn1_get_suffix
int BIO_asn1_get_suffix(BIO* b, asn1_ps_func** psuffix, asn1_ps_func** psuffix_free)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_asn1_set_prefix
int BIO_asn1_set_prefix(BIO* b, asn1_ps_func* prefix, asn1_ps_func* prefix_free)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_asn1_set_suffix
int BIO_asn1_set_suffix(BIO* b, asn1_ps_func* suffix, asn1_ps_func* suffix_free)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_buffer_get_num_lines
auto BIO_buffer_get_num_lines(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_callback_ctrl
c_long BIO_callback_ctrl(BIO* b, int cmd, ExternC!(void function(bio_st*, int, const(char)*, int, c_long, c_long)) fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_cb_post
auto BIO_cb_post(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_cb_pre
auto BIO_cb_pre(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_clear_flags
void BIO_clear_flags(BIO* b, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_clear_retry_flags
auto BIO_clear_retry_flags(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_copy_next_retry
void BIO_copy_next_retry(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_ctrl
c_long BIO_ctrl(BIO* bp, int cmd, c_long larg, void* parg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_ctrl_dgram_connect
auto BIO_ctrl_dgram_connect(BIO* b, void* peer)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_ctrl_get_read_request
size_t BIO_ctrl_get_read_request(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_ctrl_get_write_guarantee
size_t BIO_ctrl_get_write_guarantee(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_ctrl_pending
size_t BIO_ctrl_pending(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_ctrl_reset_read_request
int BIO_ctrl_reset_read_request(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_ctrl_set_connected
auto BIO_ctrl_set_connected(BIO* b, c_long state, peer )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_ctrl_wpending
size_t BIO_ctrl_wpending(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_debug_callback
c_long BIO_debug_callback(BIO* bio, int cmd, const(char)* argp, int argi, c_long argl, c_long ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_destroy_bio_pair
auto BIO_destroy_bio_pair(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_dgram_get_peer
auto BIO_dgram_get_peer(BIO* b, void* peer)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_dgram_is_sctp
int BIO_dgram_is_sctp(BIO* bio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dgram_non_fatal_error
int BIO_dgram_non_fatal_error(int error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dgram_recv_timedout
auto BIO_dgram_recv_timedout(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_dgram_sctp_msg_waiting
int BIO_dgram_sctp_msg_waiting(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dgram_sctp_notification_cb
int BIO_dgram_sctp_notification_cb(BIO* b, ExternC!(void function(BIO* bio, void* context, void* buf)) handle_notifications, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dgram_sctp_wait_for_dry
int BIO_dgram_sctp_wait_for_dry(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dgram_send_timedout
auto BIO_dgram_send_timedout(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_dgram_set_peer
auto BIO_dgram_set_peer(BIO* b, void* peer)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_do_handshake
auto BIO_do_handshake(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_dump
int BIO_dump(BIO* b, const(char)* bytes, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dump_cb
int BIO_dump_cb(ExternC!(int function(const(void)* data, size_t len, void* u)) cb, void* u, const(char)* s, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dump_fp
int BIO_dump_fp(FILE* fp, const(char)* s, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dump_indent
int BIO_dump_indent(BIO* b, const(char)* bytes, int len, int indent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dump_indent_cb
int BIO_dump_indent_cb(ExternC!(int function(const(void)* data, size_t len, void* u)) cb, void* u, const(char)* s, int len, int indent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dump_indent_fp
int BIO_dump_indent_fp(FILE* fp, const(char)* s, int len, int indent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dup_chain
BIO* BIO_dup_chain(BIO* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_dup_state
auto BIO_dup_state(BIO* b, void* ret)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_eof
auto BIO_eof(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_f_buffer
BIO_METHOD* BIO_f_buffer()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_f_nbio_test
BIO_METHOD* BIO_f_nbio_test()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_f_null
BIO_METHOD* BIO_f_null()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_fd_non_fatal_error
int BIO_fd_non_fatal_error(int error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_fd_should_retry
int BIO_fd_should_retry(int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_find_type
BIO* BIO_find_type(BIO* b, int bio_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_flush
auto BIO_flush(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_free
int BIO_free(BIO* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_free_all
void BIO_free_all(BIO* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_accept_port
auto BIO_get_accept_port(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_accept_socket
int BIO_get_accept_socket(char* host_port, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_app_data
auto BIO_get_app_data(BIO* s)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_bind_mode
auto BIO_get_bind_mode(BIO* b, c_long dummy)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_buffer_num_lines
auto BIO_get_buffer_num_lines(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_callback
ExternC!(c_long function(bio_st*, int, const(char)*, int, c_long, long)) BIO_get_callback(const(BIO)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_callback_arg
char* BIO_get_callback_arg(const(BIO)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_close
auto BIO_get_close(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_conn_hostname
auto BIO_get_conn_hostname(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_conn_int_port
auto BIO_get_conn_int_port(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_conn_ip
auto BIO_get_conn_ip(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_conn_port
auto BIO_get_conn_port(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_ex_data
void* BIO_get_ex_data(BIO* bio, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_ex_new_index
int BIO_get_ex_new_index(c_long argl, void* argp, CRYPTO_EX_new* new_func, CRYPTO_EX_dup* dup_func, CRYPTO_EX_free* free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_fd
auto BIO_get_fd(BIO* b, c_long c)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_flags
auto BIO_get_flags(const(BIO)* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_fp
auto BIO_get_fp(BIO* b, FILE** fpp)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_host_ip
int BIO_get_host_ip(const(char)* str, ubyte* ip)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_info_callback
auto BIO_get_info_callback(BIO* b, bio_info_cb** cbp)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_mem_data
auto BIO_get_mem_data(BIO* b, BUF_MEM** pp)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_mem_ptr
auto BIO_get_mem_ptr(BIO* b, BUF_MEM** pp)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_no_connect_return
auto BIO_get_no_connect_return(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_num_renegotiates
auto BIO_get_num_renegotiates(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_port
int BIO_get_port(const(char)* str, ushort* port_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_proxies
auto BIO_get_proxies(BIO* b, char* pxy_p)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_proxy_header
auto BIO_get_proxy_header(BIO* b, char* skp)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_read_request
auto BIO_get_read_request(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_retry_BIO
BIO* BIO_get_retry_BIO(BIO* bio, int* reason)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_retry_flags
auto BIO_get_retry_flags(const(BIO)* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_retry_reason
int BIO_get_retry_reason(BIO* bio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_get_ssl
auto BIO_get_ssl(BIO* b, SSL** sslp)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_url
auto BIO_get_url(BIO* b, char* url)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_write_buf_size
auto BIO_get_write_buf_size(BIO* b, size )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_get_write_guarantee
auto BIO_get_write_guarantee(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_gethostbyname
hostent* BIO_gethostbyname(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_gets
int BIO_gets(BIO* bp, char* buf, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_indent
int BIO_indent(BIO* b, int indent, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_int_ctrl
c_long BIO_int_ctrl(BIO* bp, int cmd, c_long larg, int iarg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_make_bio_pair
auto BIO_make_bio_pair(BIO* b1, b2 )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_method_name
const(char)* BIO_method_name(const(BIO)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_method_type
int BIO_method_type(const(BIO)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new
BIO* BIO_new(BIO_METHOD* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_accept
BIO* BIO_new_accept(char* host_port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_bio_pair
int BIO_new_bio_pair(BIO** bio1, size_t writebuf1, BIO** bio2, size_t writebuf2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_connect
BIO* BIO_new_connect(char* host_port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_dgram
BIO* BIO_new_dgram(int fd, int close_flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_dgram_sctp
BIO* BIO_new_dgram_sctp(int fd, int close_flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_fd
BIO* BIO_new_fd(int fd, int close_flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_file
BIO* BIO_new_file(const(char)* filename, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_fp
BIO* BIO_new_fp(FILE* stream, int close_flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_mem_buf
BIO* BIO_new_mem_buf(void* buf, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_new_socket
BIO* BIO_new_socket(int sock, int close_flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_next
BIO* BIO_next(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_nread
int BIO_nread(BIO* bio, char** buf, int num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_nread0
int BIO_nread0(BIO* bio, char** buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_number_read
c_ulong BIO_number_read(BIO* bio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_number_written
c_ulong BIO_number_written(BIO* bio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_nwrite
int BIO_nwrite(BIO* bio, char** buf, int num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_nwrite0
int BIO_nwrite0(BIO* bio, char** buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_pending
auto BIO_pending(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_pop
BIO* BIO_pop(BIO* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_printf
int BIO_printf(BIO* bio, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_ptr_ctrl
char* BIO_ptr_ctrl(BIO* bp, int cmd, c_long larg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_push
BIO* BIO_push(BIO* b, BIO* append)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_puts
int BIO_puts(BIO* bp, const(char)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_read
int BIO_read(BIO* b, void* data, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_read_filename
auto BIO_read_filename(BIO* b, const(char)* name)

* If you are wondering why this isn't defined, its because CONST_STRICT is

BIO_reset
auto BIO_reset(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_retry_type
auto BIO_retry_type(const(BIO)* a)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_rw_filename
auto BIO_rw_filename(BIO* b, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_s_accept
BIO_METHOD* BIO_s_accept()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_bio
BIO_METHOD* BIO_s_bio()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_connect
BIO_METHOD* BIO_s_connect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_datagram
BIO_METHOD* BIO_s_datagram()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_datagram_sctp
BIO_METHOD* BIO_s_datagram_sctp()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_fd
BIO_METHOD* BIO_s_fd()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_file
BIO_METHOD* BIO_s_file()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_log
BIO_METHOD* BIO_s_log()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_mem
BIO_METHOD* BIO_s_mem()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_null
BIO_METHOD* BIO_s_null()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_s_socket
BIO_METHOD* BIO_s_socket()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_seek
auto BIO_seek(BIO* b, ofs )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set
int BIO_set(BIO* a, BIO_METHOD* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_set_accept_bios
auto BIO_set_accept_bios(BIO* b, char* bio)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_accept_port
auto BIO_set_accept_port(BIO* b, char* name)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_app_data
auto BIO_set_app_data(BIO* s, void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_bind_mode
auto BIO_set_bind_mode(BIO* b, c_long mode)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_buffer_read_data
auto BIO_set_buffer_read_data(BIO* b, buf , num )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_buffer_size
auto BIO_set_buffer_size(BIO* b, size )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_callback
void BIO_set_callback(BIO* b, ExternC!(c_long function(bio_st*, int, const(char)*, int, c_long, long)) callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_set_callback_arg
void BIO_set_callback_arg(BIO* b, char* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_set_close
auto BIO_set_close(BIO* b, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_conn_hostname
auto BIO_set_conn_hostname(BIO* b, char* name)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_conn_int_port
auto BIO_set_conn_int_port(BIO* b, char* port)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_conn_ip
auto BIO_set_conn_ip(BIO* b, char* ip)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_conn_port
auto BIO_set_conn_port(BIO* b, char* port)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_ex_data
int BIO_set_ex_data(BIO* bio, int idx, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_set_fd
auto BIO_set_fd(BIO* b, int fd, c_long c)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_filter_bio
auto BIO_set_filter_bio(BIO* b, char* s)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_flags
void BIO_set_flags(BIO* b, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_set_fp
auto BIO_set_fp(BIO* b, FILE* fp, c_long c)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_info_callback
auto BIO_set_info_callback(BIO* b, bio_info_cb* cb)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_mem_buf
auto BIO_set_mem_buf(BIO* b, BUF_MEM* bm, c_long c)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_mem_eof_return
auto BIO_set_mem_eof_return(BIO* b, c_long v)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_nbio
auto BIO_set_nbio(BIO* b, n )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_nbio_accept
auto BIO_set_nbio_accept(BIO* b, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_no_connect_return
auto BIO_set_no_connect_return(BIO* b, bool t)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_proxies
auto BIO_set_proxies(BIO* b, char* p)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_proxy_cb
auto BIO_set_proxy_cb(BIO* b, ExternC!(void* function()) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_proxy_header
auto BIO_set_proxy_header(BIO* b, char* sk)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_read_buffer_size
auto BIO_set_read_buffer_size(BIO* b, size )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_retry_read
auto BIO_set_retry_read(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_retry_special
auto BIO_set_retry_special(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_retry_write
auto BIO_set_retry_write(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_ssl
auto BIO_set_ssl(BIO* b, SSL* ssl, c_long c)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_ssl_mode
auto BIO_set_ssl_mode(BIO* b, c_long client)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_ssl_renegotiate_bytes
auto BIO_set_ssl_renegotiate_bytes(BIO* b, c_long num)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_ssl_renegotiate_timeout
auto BIO_set_ssl_renegotiate_timeout(BIO* b, c_long seconds)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_tcp_ndelay
int BIO_set_tcp_ndelay(int sock, int turn_on)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_set_url
auto BIO_set_url(BIO* b, char* url)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_write_buf_size
auto BIO_set_write_buf_size(BIO* b, size )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_set_write_buffer_size
auto BIO_set_write_buffer_size(BIO* b, size )
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_should_io_special
auto BIO_should_io_special(const(BIO)* a)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_should_read
auto BIO_should_read(const(BIO)* a)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_should_retry
auto BIO_should_retry(const(BIO)* a)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_should_write
auto BIO_should_write(const(BIO)* a)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_shutdown_wr
auto BIO_shutdown_wr(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_snprintf
int BIO_snprintf(char* buf, size_t n, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_sock_cleanup
void BIO_sock_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_sock_error
int BIO_sock_error(int sock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_sock_init
int BIO_sock_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_sock_non_fatal_error
int BIO_sock_non_fatal_error(int error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_sock_should_retry
int BIO_sock_should_retry(int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_socket_ioctl
int BIO_socket_ioctl(int fd, c_long type, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_socket_nbio
int BIO_socket_nbio(int fd, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_tell
auto BIO_tell(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_test_flags
int BIO_test_flags(const(BIO)* b, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_vfree
void BIO_vfree(BIO* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_vprintf
int BIO_vprintf(BIO* bio, const(char)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_vsnprintf
int BIO_vsnprintf(char* buf, size_t n, const(char)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_wpending
auto BIO_wpending(BIO* b)
Undocumented in source. Be warned that the author may not have intended to support it.
BIO_write
int BIO_write(BIO* b, const(void)* data, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_write_filename
auto BIO_write_filename(BIO* b, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
ERR_load_BIO_strings
void ERR_load_BIO_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

BIO_BIND_NORMAL
enum BIO_BIND_NORMAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_BIND_REUSEADDR
enum BIO_BIND_REUSEADDR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_BIND_REUSEADDR_IF_UNUSED
enum BIO_BIND_REUSEADDR_IF_UNUSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CB_CTRL
enum BIO_CB_CTRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CB_FREE
enum BIO_CB_FREE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CB_GETS
enum BIO_CB_GETS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CB_PUTS
enum BIO_CB_PUTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CB_READ
enum BIO_CB_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CB_RETURN
enum BIO_CB_RETURN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CB_WRITE
enum BIO_CB_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CLOSE
enum BIO_CLOSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CONN_S_BEFORE
enum BIO_CONN_S_BEFORE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CONN_S_BLOCKED_CONNECT
enum BIO_CONN_S_BLOCKED_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CONN_S_CONNECT
enum BIO_CONN_S_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CONN_S_CREATE_SOCKET
enum BIO_CONN_S_CREATE_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CONN_S_GET_IP
enum BIO_CONN_S_GET_IP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CONN_S_GET_PORT
enum BIO_CONN_S_GET_PORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CONN_S_NBIO
enum BIO_CONN_S_NBIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CONN_S_OK
enum BIO_CONN_S_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_CONNECT
enum BIO_CTRL_DGRAM_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_GET_FALLBACK_MTU
enum BIO_CTRL_DGRAM_GET_FALLBACK_MTU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_GET_MTU
enum BIO_CTRL_DGRAM_GET_MTU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_GET_PEER
enum BIO_CTRL_DGRAM_GET_PEER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_GET_RECV_TIMEOUT
enum BIO_CTRL_DGRAM_GET_RECV_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP
enum BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_GET_SEND_TIMEOUT
enum BIO_CTRL_DGRAM_GET_SEND_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP
enum BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_MTU_DISCOVER
enum BIO_CTRL_DGRAM_MTU_DISCOVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_MTU_EXCEEDED
enum BIO_CTRL_DGRAM_MTU_EXCEEDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_QUERY_MTU
enum BIO_CTRL_DGRAM_QUERY_MTU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY
enum BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD
enum BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_GET_PRINFO
enum BIO_CTRL_DGRAM_SCTP_GET_PRINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_GET_RCVINFO
enum BIO_CTRL_DGRAM_SCTP_GET_RCVINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_GET_SNDINFO
enum BIO_CTRL_DGRAM_SCTP_GET_SNDINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY
enum BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN
enum BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE
enum BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_SET_PRINFO
enum BIO_CTRL_DGRAM_SCTP_SET_PRINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_SET_RCVINFO
enum BIO_CTRL_DGRAM_SCTP_SET_RCVINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SCTP_SET_SNDINFO
enum BIO_CTRL_DGRAM_SCTP_SET_SNDINFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SET_CONNECTED
enum BIO_CTRL_DGRAM_SET_CONNECTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SET_MTU
enum BIO_CTRL_DGRAM_SET_MTU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT
enum BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SET_PEER
enum BIO_CTRL_DGRAM_SET_PEER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SET_RECV_TIMEOUT
enum BIO_CTRL_DGRAM_SET_RECV_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DGRAM_SET_SEND_TIMEOUT
enum BIO_CTRL_DGRAM_SET_SEND_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_DUP
enum BIO_CTRL_DUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_EOF
enum BIO_CTRL_EOF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_FLUSH
enum BIO_CTRL_FLUSH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_GET
enum BIO_CTRL_GET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_GET_CALLBACK
enum BIO_CTRL_GET_CALLBACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_GET_CLOSE
enum BIO_CTRL_GET_CLOSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_INFO
enum BIO_CTRL_INFO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_PENDING
enum BIO_CTRL_PENDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_POP
enum BIO_CTRL_POP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_PUSH
enum BIO_CTRL_PUSH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_RESET
enum BIO_CTRL_RESET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_SET
enum BIO_CTRL_SET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_SET_CALLBACK
enum BIO_CTRL_SET_CALLBACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_SET_CLOSE
enum BIO_CTRL_SET_CLOSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_SET_FILENAME
enum BIO_CTRL_SET_FILENAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_CTRL_WPENDING
enum BIO_CTRL_WPENDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_DESTROY_BIO_PAIR
enum BIO_C_DESTROY_BIO_PAIR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_DO_STATE_MACHINE
enum BIO_C_DO_STATE_MACHINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_FILE_SEEK
enum BIO_C_FILE_SEEK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_FILE_TELL
enum BIO_C_FILE_TELL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_ACCEPT
enum BIO_C_GET_ACCEPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_BIND_MODE
enum BIO_C_GET_BIND_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_BUFF_NUM_LINES
enum BIO_C_GET_BUFF_NUM_LINES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_BUF_MEM_PTR
enum BIO_C_GET_BUF_MEM_PTR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_CIPHER_CTX
enum BIO_C_GET_CIPHER_CTX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_CIPHER_STATUS
enum BIO_C_GET_CIPHER_STATUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_CONNECT
enum BIO_C_GET_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_EX_ARG
enum BIO_C_GET_EX_ARG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_FD
enum BIO_C_GET_FD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_FILE_PTR
enum BIO_C_GET_FILE_PTR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_MD
enum BIO_C_GET_MD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_MD_CTX
enum BIO_C_GET_MD_CTX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_PREFIX
enum BIO_C_GET_PREFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_PROXY_PARAM
enum BIO_C_GET_PROXY_PARAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_READ_REQUEST
enum BIO_C_GET_READ_REQUEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_SOCKS
enum BIO_C_GET_SOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_SSL
enum BIO_C_GET_SSL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_SSL_NUM_RENEGOTIATES
enum BIO_C_GET_SSL_NUM_RENEGOTIATES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_SUFFIX
enum BIO_C_GET_SUFFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_WRITE_BUF_SIZE
enum BIO_C_GET_WRITE_BUF_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_GET_WRITE_GUARANTEE
enum BIO_C_GET_WRITE_GUARANTEE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_MAKE_BIO_PAIR
enum BIO_C_MAKE_BIO_PAIR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_NREAD
enum BIO_C_NREAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_NREAD0
enum BIO_C_NREAD0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_NWRITE
enum BIO_C_NWRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_NWRITE0
enum BIO_C_NWRITE0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_RESET_READ_REQUEST
enum BIO_C_RESET_READ_REQUEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_ACCEPT
enum BIO_C_SET_ACCEPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_BIND_MODE
enum BIO_C_SET_BIND_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_BUFF_READ_DATA
enum BIO_C_SET_BUFF_READ_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_BUFF_SIZE
enum BIO_C_SET_BUFF_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_BUF_MEM
enum BIO_C_SET_BUF_MEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_BUF_MEM_EOF_RETURN
enum BIO_C_SET_BUF_MEM_EOF_RETURN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_CONNECT
enum BIO_C_SET_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_EX_ARG
enum BIO_C_SET_EX_ARG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_FD
enum BIO_C_SET_FD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_FILENAME
enum BIO_C_SET_FILENAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_FILE_PTR
enum BIO_C_SET_FILE_PTR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_MD
enum BIO_C_SET_MD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_MD_CTX
enum BIO_C_SET_MD_CTX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_NBIO
enum BIO_C_SET_NBIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_PREFIX
enum BIO_C_SET_PREFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_PROXY_PARAM
enum BIO_C_SET_PROXY_PARAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_SOCKS
enum BIO_C_SET_SOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_SSL
enum BIO_C_SET_SSL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_SSL_RENEGOTIATE_BYTES
enum BIO_C_SET_SSL_RENEGOTIATE_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT
enum BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_SUFFIX
enum BIO_C_SET_SUFFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SET_WRITE_BUF_SIZE
enum BIO_C_SET_WRITE_BUF_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SHUTDOWN_WR
enum BIO_C_SHUTDOWN_WR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_C_SSL_MODE
enum BIO_C_SSL_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FLAGS_BASE64_NO_NL
enum BIO_FLAGS_BASE64_NO_NL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FLAGS_IO_SPECIAL
enum BIO_FLAGS_IO_SPECIAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FLAGS_MEM_RDONLY
enum BIO_FLAGS_MEM_RDONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FLAGS_READ
enum BIO_FLAGS_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FLAGS_RWS
enum BIO_FLAGS_RWS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FLAGS_SHOULD_RETRY
enum BIO_FLAGS_SHOULD_RETRY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FLAGS_UPLINK
enum BIO_FLAGS_UPLINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FLAGS_WRITE
enum BIO_FLAGS_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FP_APPEND
enum BIO_FP_APPEND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FP_READ
enum BIO_FP_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FP_TEXT
enum BIO_FP_TEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_FP_WRITE
enum BIO_FP_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_ACPT_STATE
enum BIO_F_ACPT_STATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_ACCEPT
enum BIO_F_BIO_ACCEPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_BER_GET_HEADER
enum BIO_F_BIO_BER_GET_HEADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_CALLBACK_CTRL
enum BIO_F_BIO_CALLBACK_CTRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_CTRL
enum BIO_F_BIO_CTRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_GETHOSTBYNAME
enum BIO_F_BIO_GETHOSTBYNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_GETS
enum BIO_F_BIO_GETS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_GET_ACCEPT_SOCKET
enum BIO_F_BIO_GET_ACCEPT_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_GET_HOST_IP
enum BIO_F_BIO_GET_HOST_IP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_GET_PORT
enum BIO_F_BIO_GET_PORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_MAKE_PAIR
enum BIO_F_BIO_MAKE_PAIR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_NEW
enum BIO_F_BIO_NEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_NEW_FILE
enum BIO_F_BIO_NEW_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_NEW_MEM_BUF
enum BIO_F_BIO_NEW_MEM_BUF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_NREAD
enum BIO_F_BIO_NREAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_NREAD0
enum BIO_F_BIO_NREAD0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_NWRITE
enum BIO_F_BIO_NWRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_NWRITE0
enum BIO_F_BIO_NWRITE0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_PUTS
enum BIO_F_BIO_PUTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_READ
enum BIO_F_BIO_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_SOCK_INIT
enum BIO_F_BIO_SOCK_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BIO_WRITE
enum BIO_F_BIO_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_BUFFER_CTRL
enum BIO_F_BUFFER_CTRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_CONN_CTRL
enum BIO_F_CONN_CTRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_CONN_STATE
enum BIO_F_CONN_STATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_DGRAM_SCTP_READ
enum BIO_F_DGRAM_SCTP_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_FILE_CTRL
enum BIO_F_FILE_CTRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_FILE_READ
enum BIO_F_FILE_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_LINEBUFFER_CTRL
enum BIO_F_LINEBUFFER_CTRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_MEM_READ
enum BIO_F_MEM_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_MEM_WRITE
enum BIO_F_MEM_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_SSL_NEW
enum BIO_F_SSL_NEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_F_WSASTARTUP
enum BIO_F_WSASTARTUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_GHBN_CTRL_CACHE_SIZE
enum BIO_GHBN_CTRL_CACHE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_GHBN_CTRL_FLUSH
enum BIO_GHBN_CTRL_FLUSH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_GHBN_CTRL_GET_ENTRY
enum BIO_GHBN_CTRL_GET_ENTRY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_GHBN_CTRL_HITS
enum BIO_GHBN_CTRL_HITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_GHBN_CTRL_MISSES
enum BIO_GHBN_CTRL_MISSES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_NOCLOSE
enum BIO_NOCLOSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_RR_ACCEPT
enum BIO_RR_ACCEPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_RR_CONNECT
enum BIO_RR_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_RR_SSL_X509_LOOKUP
enum BIO_RR_SSL_X509_LOOKUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_ACCEPT_ERROR
enum BIO_R_ACCEPT_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_BAD_FOPEN_MODE
enum BIO_R_BAD_FOPEN_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_BAD_HOSTNAME_LOOKUP
enum BIO_R_BAD_HOSTNAME_LOOKUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_BROKEN_PIPE
enum BIO_R_BROKEN_PIPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_CONNECT_ERROR
enum BIO_R_CONNECT_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_EOF_ON_MEMORY_BIO
enum BIO_R_EOF_ON_MEMORY_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_ERROR_SETTING_NBIO
enum BIO_R_ERROR_SETTING_NBIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET
enum BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET
enum BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET
enum BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_INVALID_ARGUMENT
enum BIO_R_INVALID_ARGUMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_INVALID_IP_ADDRESS
enum BIO_R_INVALID_IP_ADDRESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_IN_USE
enum BIO_R_IN_USE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_KEEPALIVE
enum BIO_R_KEEPALIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_NBIO_CONNECT_ERROR
enum BIO_R_NBIO_CONNECT_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_NO_ACCEPT_PORT_SPECIFIED
enum BIO_R_NO_ACCEPT_PORT_SPECIFIED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_NO_HOSTNAME_SPECIFIED
enum BIO_R_NO_HOSTNAME_SPECIFIED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_NO_PORT_DEFINED
enum BIO_R_NO_PORT_DEFINED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_NO_PORT_SPECIFIED
enum BIO_R_NO_PORT_SPECIFIED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_NO_SUCH_FILE
enum BIO_R_NO_SUCH_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_NULL_PARAMETER
enum BIO_R_NULL_PARAMETER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_TAG_MISMATCH
enum BIO_R_TAG_MISMATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_UNABLE_TO_BIND_SOCKET
enum BIO_R_UNABLE_TO_BIND_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_UNABLE_TO_CREATE_SOCKET
enum BIO_R_UNABLE_TO_CREATE_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_UNABLE_TO_LISTEN_SOCKET
enum BIO_R_UNABLE_TO_LISTEN_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_UNINITIALIZED
enum BIO_R_UNINITIALIZED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_UNSUPPORTED_METHOD
enum BIO_R_UNSUPPORTED_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_WRITE_TO_READ_ONLY_BIO
enum BIO_R_WRITE_TO_READ_ONLY_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_R_WSASTARTUP
enum BIO_R_WSASTARTUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_ACCEPT
enum BIO_TYPE_ACCEPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_ASN1
enum BIO_TYPE_ASN1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_BASE64
enum BIO_TYPE_BASE64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_BER
enum BIO_TYPE_BER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_BIO
enum BIO_TYPE_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_BUFFER
enum BIO_TYPE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_CIPHER
enum BIO_TYPE_CIPHER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_COMP
enum BIO_TYPE_COMP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_CONNECT
enum BIO_TYPE_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_DESCRIPTOR
enum BIO_TYPE_DESCRIPTOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_DGRAM
enum BIO_TYPE_DGRAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_DGRAM_SCTP
enum BIO_TYPE_DGRAM_SCTP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_FD
enum BIO_TYPE_FD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_FILE
enum BIO_TYPE_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_FILTER
enum BIO_TYPE_FILTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_LINEBUFFER
enum BIO_TYPE_LINEBUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_MD
enum BIO_TYPE_MD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_MEM
enum BIO_TYPE_MEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_NBIO_TEST
enum BIO_TYPE_NBIO_TEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_NONE
enum BIO_TYPE_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_NULL
enum BIO_TYPE_NULL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_NULL_FILTER
enum BIO_TYPE_NULL_FILTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_PROXY_CLIENT
enum BIO_TYPE_PROXY_CLIENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_PROXY_SERVER
enum BIO_TYPE_PROXY_SERVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_SOCKET
enum BIO_TYPE_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_SOURCE_SINK
enum BIO_TYPE_SOURCE_SINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BIO_TYPE_SSL
enum BIO_TYPE_SSL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

bio_dgram_sctp_prinfo
struct bio_dgram_sctp_prinfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bio_dgram_sctp_rcvinfo
struct bio_dgram_sctp_rcvinfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bio_dgram_sctp_sndinfo
struct bio_dgram_sctp_sndinfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bio_f_buffer_ctx_struct
struct bio_f_buffer_ctx_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bio_method_st
struct bio_method_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bio_st
struct bio_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta