Searched refs:BIO_should_write (Results 1 – 7 of 7) sorted by relevance
179 OPENSSL_EXPORT int BIO_should_write(const BIO *bio);
175 OPENSSL_EXPORT int BIO_should_write(const BIO *bio);
260 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) macro