Searched refs:BIO_test_flags (Results 1 – 3 of 3) sorted by relevance
241 int BIO_test_flags(const BIO *b, int flags);244 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0))256 BIO_test_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))259 # define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ)260 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE)261 # define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL)262 # define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS)263 # define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY)
148 int BIO_test_flags(const BIO *b, int flags) in BIO_test_flags() function
3473 BIO_test_flags 3866 EXIST::FUNCTION: