Lines Matching refs:wbio
449 BIO *rbio, *wbio;
465 wbio = SSL_get_wbio(s);
467 if (!rbio || !wbio) {
784 * This is unnecessary if rbio and wbio are one and the same - but
789 (void)BIO_dgram_set_peer(wbio, tmpclient);
794 if (BIO_write(wbio, wbuf, wreclen) < (int)wreclen) {
795 if (BIO_should_retry(wbio)) {
805 if (BIO_flush(wbio) <= 0) {
806 if (BIO_should_retry(wbio)) {
864 BIO *wbio;
866 wbio = SSL_get_wbio(s);
867 if (wbio != NULL && BIO_dgram_is_sctp(wbio) &&
869 ret = BIO_dgram_sctp_wait_for_dry(wbio);