Searched refs:BIO_test_flags (Results 1 – 2 of 2) sorted by relevance
264 int BIO_test_flags(const BIO *bio, int flags) { in BIO_test_flags() function269 return BIO_test_flags(bio, BIO_FLAGS_READ); in BIO_should_read()273 return BIO_test_flags(bio, BIO_FLAGS_WRITE); in BIO_should_write()277 return BIO_test_flags(bio, BIO_FLAGS_SHOULD_RETRY); in BIO_should_retry()281 return BIO_test_flags(bio, BIO_FLAGS_IO_SPECIAL); in BIO_should_io_special()
160 OPENSSL_EXPORT int BIO_test_flags(const BIO *bio, int flags);