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

/freebsd-10.0-release/crypto/openssl/crypto/threads/
H A Dmttest.c525 if (BIO_should_write(c_bio))
557 if (BIO_should_write(c_bio))
597 if (BIO_should_write(s_bio))
634 if (BIO_should_write(s_bio))
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssltest.c1692 if (BIO_should_write(c_bio))
1728 if (BIO_should_write(c_bio))
1776 if (BIO_should_write(s_bio))
1823 if (BIO_should_write(s_bio))
H A Dssl_lib.c2509 else if (BIO_should_write(bio))
2535 if (BIO_should_write(bio))
2538 /* See above (SSL_want_read(s) with BIO_should_write(bio)) */
/freebsd-10.0-release/crypto/openssl/apps/
H A Docsp.c1358 else if (BIO_should_write(cbio))
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio.h255 #define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) macro
/freebsd-10.0-release/contrib/serf/buckets/
H A Dssl_buckets.c731 if (BIO_should_retry(ctx->bio) && BIO_should_write(ctx->bio)) {

Completed in 202 milliseconds