Home | History | Annotate | Download | only in ssl

Lines Matching defs:bio

1198 						BIO *bio;
1204 bio=SSL_get_rbio(s);
1205 BIO_clear_retry_flags(bio);
1206 BIO_set_retry_read(bio);
1376 BIO *bio;
1382 bio=SSL_get_rbio(s);
1383 BIO_clear_retry_flags(bio);
1384 BIO_set_retry_read(bio);
1536 /* Alert sent to BIO. If it is important, flush it now.