Searched refs:BIO_should_io_special (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_should_retry.pod | 6 BIO_should_io_special, BIO_retry_type, BIO_should_retry, 16 int BIO_should_io_special(iBIO *b); 43 BIO_should_io_special() is true if some "special" condition, that is a 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 | 128 possible for BIO_should_io_special() to be true during the initial
|
H A D | BIO_s_accept.pod | 156 BIO_should_io_special() with the reason BIO_RR_ACCEPT. If this happens
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 230 BIO_should_io_special define
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 3153 if (BIO_should_io_special(io) in www_body() 3578 if (BIO_should_io_special(io) in rev_body() 3601 if (BIO_should_io_special(io) in rev_body()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h.in | 239 # define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) macro 244 * The next three are used in conjunction with the BIO_should_io_special()
|
H A D | bio.h | 238 # define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3892 else if (BIO_should_io_special(bio)) { in SSL_get_error() 3913 else if (BIO_should_io_special(bio)) { in SSL_get_error()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 933 MLINKS+= BIO_should_retry.3 BIO_should_io_special.3
|