Home | History | Annotate | Download | only in ssl

Lines Matching defs:bio

1194 						BIO *bio;
1200 bio=SSL_get_rbio(s);
1201 BIO_clear_retry_flags(bio);
1202 BIO_set_retry_read(bio);
1381 BIO *bio;
1387 bio=SSL_get_rbio(s);
1388 BIO_clear_retry_flags(bio);
1389 BIO_set_retry_read(bio);
1547 /* Alert sent to BIO. If it is important, flush it now.