Searched defs:BIO_should_retry (Results 1 – 3 of 3) sorted by relevance
278 int BIO_should_retry(const BIO *bio) { in BIO_should_retry() function
256 #define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) macro