Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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
H A 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
H A DBIO_s_connect.pod127 It addition to BIO_should_read() and BIO_should_write() it is also
/freebsd/crypto/openssl/test/
H A Dasynciotest.c106 if (ret <= 0 && BIO_should_read(next)) in async_read()
H A Dtls13ccstest.c83 if (ret <= 0 && BIO_should_read(next)) in watchccs_read()
H A Dssl_old_test.c2712 if (BIO_should_read(c_bio)) in doit()
2741 if (BIO_should_read(c_bio)) in doit()
2778 if (BIO_should_read(s_bio)) in doit()
2814 if (BIO_should_read(s_bio)) in doit()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c873 int ret = BIO_socket_wait(fd, BIO_should_read(bio), max_time); in bio_wait()
/freebsd/crypto/openssl/util/
H A Dother.syms231 BIO_should_read define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h236 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) macro
H A Dbio.h.in237 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) macro
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c3879 if (BIO_should_read(bio)) in SSL_get_error()
3908 else if (BIO_should_read(bio)) in SSL_get_error()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile934 MLINKS+= BIO_should_retry.3 BIO_should_read.3