Searched refs:BIO_should_write (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_should_retry.pod | 5 BIO_should_read, BIO_should_write, 15 int BIO_should_write(BIO *b); 39 BIO_should_write() is true if the cause of the condition is that the BIO 65 BIO_should_read(), BIO_should_write(), BIO_should_io_special(), 118 BIO_should_read(), BIO_should_write(), BIO_should_io_special(), and
|
H A D | BIO_s_connect.pod | 127 It addition to BIO_should_read() and BIO_should_write() it is also
|
/freebsd/crypto/openssl/test/ |
H A D | asynciotest.c | 245 if (ret <= 0 && BIO_should_write(next)) in async_write()
|
H A D | tls13ccstest.c | 207 if (ret <= 0 && BIO_should_write(next)) in watchccs_write()
|
H A D | ssl_old_test.c | 2714 if (BIO_should_write(c_bio)) in doit() 2743 if (BIO_should_write(c_bio)) in doit() 2780 if (BIO_should_write(s_bio)) in doit() 2816 if (BIO_should_write(s_bio)) in doit()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 233 BIO_should_write define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 237 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) macro
|
H A D | bio.h.in | 238 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3881 else if (BIO_should_write(bio)) in SSL_get_error() 3906 if (BIO_should_write(bio)) in SSL_get_error()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 935 MLINKS+= BIO_should_retry.3 BIO_should_write.3
|