Searched refs:BIO_get_retry_reason (Results 1 – 3 of 3) sorted by relevance
199 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
749 reason = BIO_get_retry_reason(bio); in SSL_get_error()774 reason = BIO_get_retry_reason(bio); in SSL_get_error()