Searched refs:BIO_get_retry_reason (Results 1 – 7 of 7) 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
365 BIO_set_retry_reason(b, BIO_get_retry_reason(next)); in ssl_ctrl()
4797 reason = BIO_get_retry_reason(bio); in ossl_ssl_get_error()4821 reason = BIO_get_retry_reason(bio); in ossl_ssl_get_error()
802 int BIO_get_retry_reason(BIO *bio) in BIO_get_retry_reason() function
3302 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in www_body()3721 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in rev_body()3744 && BIO_get_retry_reason(io) == BIO_RR_SSL_X509_LOOKUP) { in rev_body()
276 * and the offending BIO. Given a BIO, BIO_get_retry_reason(bio) will return740 int BIO_get_retry_reason(BIO *bio);
3158 BIO_get_retry_reason 3226 3_0_0 EXIST::FUNCTION:
Completed in 58 milliseconds