Home | History | Annotate | Download | only in ssl

Lines Matching refs:wbio

3224 	if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio))
3237 n=BIO_flush(s->wbio);
3263 if ((s->s3->flags & SSL3_FLAGS_POP_BUFFER) && (s->wbio == s->bbio))
3268 if (BIO_wpending(s->wbio) > 0)
3271 n=BIO_flush(s->wbio);