Searched refs:BIO_get_retry_reason (Results 1 – 3 of 3) sorted by relevance
195 OPENSSL_EXPORT int BIO_get_retry_reason(const BIO *bio);
274 int BIO_get_retry_reason(const BIO *bio) { return bio->retry_reason; } in BIO_get_retry_reason() function
898 return bio_retry_reason_to_error(BIO_get_retry_reason(bio)); in SSL_get_error()917 return bio_retry_reason_to_error(BIO_get_retry_reason(bio)); in SSL_get_error()