Searched refs:BIO_should_retry (Results 1 – 4 of 4) sorted by relevance
64 EXPECT_TRUE(BIO_should_retry(bio_)); in TEST_F()74 EXPECT_FALSE(BIO_should_retry(bio_)); in TEST_F()82 EXPECT_FALSE(BIO_should_retry(bio_)); in TEST_F()104 EXPECT_TRUE(BIO_should_retry(bio_)); in TEST_F()112 EXPECT_FALSE(BIO_should_retry(bio_)); in TEST_F()
181 OPENSSL_EXPORT int BIO_should_retry(const BIO *bio);
179 if (!BIO_should_retry(b->next_bio)) { in b64_read()
266 int BIO_should_retry(const BIO *bio) { in BIO_should_retry() function