Searched refs:BIO_get_retry_reason (Results 1 – 8 of 8) sorted by relevance
7 BIO_get_retry_BIO, BIO_get_retry_reason, BIO_set_retry_reason - BIO retry21 int BIO_get_retry_reason(BIO *bio);57 BIO_get_retry_reason() returns the reason for a special condition if127 BIO_get_retry_reason() returns the reason for a special condition.135 The BIO_get_retry_reason() and BIO_set_retry_reason() functions were added in
358 BIO_set_retry_reason(b, BIO_get_retry_reason(next)); in ssl_ctrl()
3653 reason = BIO_get_retry_reason(bio); in SSL_get_error()3674 reason = BIO_get_retry_reason(bio); in SSL_get_error()
638 int BIO_get_retry_reason(BIO *bio) in BIO_get_retry_reason() function
3086 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in www_body()3457 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in rev_body()3486 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in rev_body()
577 int BIO_get_retry_reason(BIO *bio);
311 BIO_get_retry_reason;
781 MLINKS+= BIO_should_retry.3 BIO_get_retry_reason.3