Home
last modified time | relevance | path

Searched refs:retry_reason (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/bio/
Dbio.c284 int BIO_get_retry_reason(const BIO *bio) { return bio->retry_reason; } in BIO_get_retry_reason()
306 bio->retry_reason = 0; in BIO_clear_retry_flags()
314 bio->retry_reason = bio->next_bio->retry_reason; in BIO_copy_next_retry()
Dconnect.c211 bio->retry_reason = BIO_RR_CONNECT; in conn_state()
230 bio->retry_reason = BIO_RR_CONNECT; in conn_state()
/external/boringssl/src/include/openssl/
Dbio.h799 int retry_reason; member