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

Name

Description

b

BIO whose flags are examined.

flags

Bitmask of BIO_FLAGS_* values to test.

Created with MrDocs