Searched refs:BIO_get_retry_flags (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/bio/
H A Dbio.c300 int BIO_get_retry_flags(BIO *bio) { function
313 BIO_set_flags(bio, BIO_get_retry_flags(bio->next_bio));
H A Dpair.c229 assert(BIO_get_retry_flags(bio) == 0);
/external/boringssl/include/openssl/
H A Dbio.h214 /* BIO_get_retry_flags gets the |BIO_FLAGS_READ|, |BIO_FLAGS_WRITE|,
216 OPENSSL_EXPORT int BIO_get_retry_flags(BIO *bio);
/external/boringssl/src/include/openssl/
H A Dbio.h214 /* BIO_get_retry_flags gets the |BIO_FLAGS_READ|, |BIO_FLAGS_WRITE|,
216 OPENSSL_EXPORT int BIO_get_retry_flags(BIO *bio);

Completed in 25 milliseconds