Home
last modified time | relevance | path

Searched refs:BIO_should_io_special (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_should_retry.pod6 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 DBIO_s_connect.pod128 possible for BIO_should_io_special() to be true during the initial
H A DBIO_s_accept.pod156 BIO_should_io_special() with the reason BIO_RR_ACCEPT. If this happens
/freebsd/crypto/openssl/util/
H A Dother.syms230 BIO_should_io_special define
/freebsd/crypto/openssl/apps/
H A Ds_server.c3153 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 Dbio.h.in239 # 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 Dbio.h238 # define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) macro
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c3892 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 DMakefile933 MLINKS+= BIO_should_retry.3 BIO_should_io_special.3