Searched refs:BIO_should_write (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssltest.c1419 if (BIO_should_write(c_bio))
1455 if (BIO_should_write(c_bio))
1503 if (BIO_should_write(s_bio))
1550 if (BIO_should_write(s_bio))
H A Dssl_lib.c1964 else if (BIO_should_write(bio))
1990 if (BIO_should_write(bio))
1993 /* See above (SSL_want_read(s) with BIO_should_write(bio)) */
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio.h217 #define BIO_should_write(a) ((a)->flags & BIO_FLAGS_WRITE) macro

Completed in 159 milliseconds