Home | History | Annotate | Download | only in ssl

Lines Matching refs:wbio

318 				if (s->bbio != s->wbio)
319 s->wbio=BIO_push(s->bbio,s->wbio);
683 if (BIO_flush(s->wbio) <= 0)
686 if (!BIO_should_retry(s->wbio))
749 if ((ret=BIO_flush(s->wbio)) <= 0)