Increment the reference count of a BIO.

Synopsis

Declared in <openssl/bio.h>

int
BIO_up_ref(BIO* a);

Return Value

1 on success, or 0 if reference counting is unavailable.

Parameters

Name

Description

a

BIO to reference.

Created with MrDocs