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

/external/boringssl/include/openssl/
H A Dbio.h165 /* BIO_should_write returns non-zero if |bio| encountered a temporary error
168 OPENSSL_EXPORT int BIO_should_write(const BIO *bio);
/external/boringssl/src/crypto/bio/
H A Dbio.c272 int BIO_should_write(const BIO *bio) { function
/external/boringssl/src/include/openssl/
H A Dbio.h165 /* BIO_should_write returns non-zero if |bio| encountered a temporary error
168 OPENSSL_EXPORT int BIO_should_write(const BIO *bio);
/external/boringssl/src/ssl/
H A Dssl_lib.c738 if (BIO_should_write(bio)) {
764 if (BIO_should_write(bio)) {
769 /* See above (SSL_want_read(ssl) with BIO_should_write(bio)) */

Completed in 98 milliseconds