Searched refs:BIO_get_retry_reason (Results 1 – 3 of 3) sorted by relevance
201 OPENSSL_EXPORT int BIO_get_retry_reason(const BIO *bio);
284 int BIO_get_retry_reason(const BIO *bio) { return bio->retry_reason; } in BIO_get_retry_reason() function
2065 reason = BIO_get_retry_reason(bio); in SSL_get_error()2090 reason = BIO_get_retry_reason(bio); in SSL_get_error()