BIO_test_flags

Test whether any of the given flag bits are set on a BIO.

Synopsis

Declared in <openssl/bio.h>

int
BIO_test_flags(
    BIO const* b,
    int flags);

Return Value

Bitwise AND of the BIO's flags with flags.

Parameters

NameDescription
bBIO whose flags are examined.
flagsBitmask of BIO_FLAGS_* values to test.