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

  /external/boringssl/src/ssl/
bio_ssl.c 41 bio->retry_reason = BIO_RR_CONNECT;
76 bio->retry_reason = BIO_RR_CONNECT;
ssl_lib.c 844 case BIO_RR_CONNECT:
    [all...]
  /external/boringssl/src/crypto/bio/
connect.c 237 bio->retry_reason = BIO_RR_CONNECT;
256 bio->retry_reason = BIO_RR_CONNECT;
  /external/boringssl/src/include/openssl/
bio.h 187 /* BIO_RR_CONNECT indicates that a connect would have blocked */
188 #define BIO_RR_CONNECT 0x02
    [all...]

Completed in 45 milliseconds