![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
const BIO_METHOD *
DESCRIPTION
All requests to a null filter BIO are passed through to the next BIO in the chain: this means that a BIO chain containing a null filter BIO behaves just as though the BIO was not there. A chain containing a null filter BIO cannot be copied with
BIO_dup_chain(3),
and any attempt to do so fails and returns RETURN VALUES
When called on a null filter BIO object,
BIO_method_type(3)
returns the constant SEE ALSOHISTORY
|