Lines Matching refs:bretry
2680 BIO *bretry = BIO_new(bio_s_always_retry());
2695 if (!TEST_ptr(bretry) || !setup_ticket_test(stateful, idx, &sctx, &cctx))
2777 SSL_set0_wbio(serverssl, bretry);
2778 bretry = NULL;
2827 BIO_free(bretry);
6497 BIO *bretry = BIO_new(bio_s_always_retry());
6501 if (!TEST_ptr(bretry)
6526 SSL_set0_wbio(peerwrite, bretry);
6527 bretry = NULL;
6563 BIO_free(bretry);
6666 BIO *bretry = BIO_new(bio_s_always_retry());
6670 if (!TEST_ptr(bretry)
6691 SSL_set0_wbio(local, bretry);
6692 bretry = NULL;
6738 BIO_free(bretry);