SSL_get_wbio
(void)BIO_flush(SSL_get_wbio(s));
s->d1->mtu = BIO_ctrl(SSL_get_wbio(s),
BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
ret = BIO_flush(SSL_get_wbio(s));
if (BIO_ctrl(SSL_get_wbio(s),
s->d1->mtu = BIO_ctrl(SSL_get_wbio(s),
s->d1->mtu = BIO_ctrl(SSL_get_wbio(s),
LSSL_USED(SSL_get_wbio);
BIO * SSL_get_wbio(const SSL *s);
bio = SSL_get_wbio(s);
LSSL_ALIAS(SSL_get_wbio);
b = SSL_get_wbio(s);
SSL_set_bio(s, bio, SSL_get_wbio(s));
SSL_set_bio(s, SSL_get_wbio(s), SSL_get_wbio(s));
if ((bio = SSL_get_wbio(ssl)) == NULL)
if ((bio = SSL_get_wbio(ssl)) == NULL)
if ((bio = SSL_get_wbio(ssl)) == NULL)
BIO_set_mem_eof_return(SSL_get_wbio(client), 0);
BIO_set_mem_eof_return(SSL_get_wbio(server), 0);
BIO_set_callback_ex(SSL_get_wbio(ssl), &win_bio_cb);
BIO_set_callback(SSL_get_wbio(ssl), &win_bio_cb);
BIO_set_callback_arg(SSL_get_wbio(ssl), (char*)c->ev->ev);
BIO_number_written(SSL_get_wbio(s)));
BIO_write(SSL_get_wbio(con), str,
BIO_set_callback_ex(SSL_get_wbio(ssl), &win_bio_cb);
BIO_set_callback(SSL_get_wbio(ssl), &win_bio_cb);
BIO_set_callback_arg(SSL_get_wbio(ssl), (char*)c->ev->ev);