HomeSort by relevance Sort by last modified time
    Searched refs:retry_reason (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/ssl/
bio_ssl.cc 40 bio->retry_reason = BIO_RR_ACCEPT;
45 bio->retry_reason = BIO_RR_CONNECT;
80 bio->retry_reason = BIO_RR_CONNECT;
  /external/boringssl/src/crypto/bio/
bio.c 274 int BIO_get_retry_reason(const BIO *bio) { return bio->retry_reason; }
296 bio->retry_reason = 0;
304 bio->retry_reason = bio->next_bio->retry_reason;
connect.c 237 bio->retry_reason = BIO_RR_CONNECT;
256 bio->retry_reason = BIO_RR_CONNECT;
  /external/boringssl/src/include/openssl/
bio.h 304 /* BIO_copy_next_retry sets the retry flags and |retry_reason| of |bio| from
729 int retry_reason; member in struct:bio_st
    [all...]

Completed in 198 milliseconds