Home
last modified time | relevance | path

Searched refs:BIO_should_read (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_should_retry.pod5 BIO_should_read, BIO_should_write,
14 int BIO_should_read(BIO *b);
35 BIO_should_read() is true if the cause of the condition is that the BIO
65 BIO_should_read(), BIO_should_write(), BIO_should_io_special(),
95 For example if the cause is ultimately a socket and BIO_should_read()
118 BIO_should_read(), BIO_should_write(), BIO_should_io_special(), and
DBIO_s_bio.pod110 (such as calling select() ) due to a request and BIO_should_read() being true.
115 write buffer. BIO_read_ex() will initially fail and BIO_should_read() will be
DBIO_s_connect.pod126 It addition to BIO_should_read() and BIO_should_write() it is also
/third_party/openssl/test/
Dasynciotest.c106 if (ret <= 0 && BIO_should_read(next)) in async_read()
Dtls13ccstest.c83 if (ret <= 0 && BIO_should_read(next)) in watchccs_read()
Dssltest_old.c2687 if (BIO_should_read(c_bio)) in doit()
2716 if (BIO_should_read(c_bio)) in doit()
2753 if (BIO_should_read(s_bio)) in doit()
2789 if (BIO_should_read(s_bio)) in doit()
/third_party/openssl/util/
Dprivate.num163 BIO_should_read define
/third_party/openssl/include/openssl/
Dbio.h197 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) macro
/third_party/openssl/apps/
Docsp.c1562 if (BIO_should_read(cbio)) { in query_responder()
/third_party/openssl/ssl/
Dssl_lib.c3624 if (BIO_should_read(bio)) in SSL_get_error()
3653 else if (BIO_should_read(bio)) in SSL_get_error()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h849 #define BIO_should_read BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_should_read) macro